Skip to content

Commit

Permalink
Fix version map
Browse files Browse the repository at this point in the history
  • Loading branch information
longhao authored and loonghao committed Feb 3, 2021
1 parent a44bb2c commit 0ff7ffb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/photoshop/api/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The photoshop version to COM progid mappings.
PHOTOSHOP_VERSION_MAPPINGS = {
"2020": 140,
"2019": 130,
"2018": 120,
"2017": 110,
"2020": "140",
"2019": "130",
"2018": "120",
"2017": "110",
}

0 comments on commit 0ff7ffb

Please sign in to comment.