Skip to content

Commit

Permalink
v2.2.4 - New sliding tabs feature and various bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinjadhav818 committed Mar 24, 2024
1 parent b3c8061 commit 39cd3a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Aura",
"version": "2.2.3",
"minAppVersion": "1.5.11",
"author": "Ashwin Jadhav",
"authorUrl": "https://github.com/ashwinjadhav818/"
}
"authorUrl": "https://github.com/ashwinjadhav818/",
"version": "2.2.4"
}
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "aura",
"version": "2.2.4",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
}
2 changes: 1 addition & 1 deletion theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"2.2.0": "1.0.0",
"2.2.1": "1.0.0",
"2.2.2": "1.0.0",
"2.2.3": "1.5.11"
}
"2.2.3": "1.5.11",
"2.2.4": "1.5.11"
}

0 comments on commit 39cd3a3

Please sign in to comment.