Skip to content

Commit

Permalink
Bump to version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Apr 12, 2021
1 parent 93d8f07 commit 50e9384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anki/src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
versionInfo = [
0, # MAJOR
5, # MINOR
3, # PATCH
4, # PATCH
]

prereleaseInfo = []
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/hgiesel"
},
"license": "GPL-3.0",
"version": "0.5.3",
"version": "0.5.4",
"main": "dist/index.js",
"files": [
"tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// NOTE should be same as under ../anki/src/utils.py
export const versionInfo = [0 /* MAJOR */, 5 /* MINOR */, 3 /* PATCH */];
export const versionInfo = [0 /* MAJOR */, 5 /* MINOR */, 4 /* PATCH */];

export const prereleaseInfo = [];

Expand Down

0 comments on commit 50e9384

Please sign in to comment.