Skip to content

Commit

Permalink
Changed extension version to 1.1.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
aecreations committed Oct 22, 2023
1 parent 484aed6 commit ac2d4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.1.1+",
"version": "1.1.2rc1",
"author": "AE Creations",
"homepage_url": "https://aecreations.io/readnext/index.php",

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/aeConst.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

const aeConst = Object.freeze({
DEBUG: false,
CURR_MAJOR_VER: "1.1.1",
CURR_MAJOR_VER: "1.1",

FILEHOST_DROPBOX: 1,
FILEHOST_GOOGLE_DRIVE: 2,
Expand Down

0 comments on commit ac2d4c2

Please sign in to comment.