Skip to content

Commit

Permalink
v2.0.1 - Fixed some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinjadhav818 committed Aug 11, 2023
1 parent a396559 commit 74e94b2
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 119 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Aura",
"version": "2.0.0",
"minAppVersion": "0.16.0",
"version": "2.0.1",
"minAppVersion": "1.0.0",
"author": "ashwinjadhav",
"authorUrl": "https://github.com/ashwinjadhav818/"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aura",
"version": "2.0.0",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
}
{
"name": "aura",
"version": "2.0.1",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
}
131 changes: 42 additions & 89 deletions theme.css

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

43 changes: 22 additions & 21 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"0.1.0": "0.16.0",
"1.0.0": "0.16.0",
"1.1.0": "0.16.0",
"1.2.0": "0.16.0",
"1.3.0": "0.16.0",
"1.3.1": "0.16.0",
"1.3.2": "0.16.0",
"1.3.3": "0.16.0",
"1.4.0": "0.16.0",
"1.4.1": "0.16.0",
"1.4.2": "0.16.0",
"1.4.3": "0.16.0",
"1.4.4": "0.16.0",
"1.5.0": "0.16.0",
"1.6.0": "0.16.0",
"1.7.0": "0.16.0",
"1.7.1": "0.16.0",
"1.7.5": "0.16.0",
"1.8.0": "0.16.0",
"1.9.0": "0.16.0",
"2.0.0": "1.1.0"
"0.1.0": "1.0.0",
"1.0.0": "1.0.0",
"1.1.0": "1.0.0",
"1.2.0": "1.0.0",
"1.3.0": "1.0.0",
"1.3.1": "1.0.0",
"1.3.2": "1.0.0",
"1.3.3": "1.0.0",
"1.4.0": "1.0.0",
"1.4.1": "1.0.0",
"1.4.2": "1.0.0",
"1.4.3": "1.0.0",
"1.4.4": "1.0.0",
"1.5.0": "1.0.0",
"1.6.0": "1.0.0",
"1.7.0": "1.0.0",
"1.7.1": "1.0.0",
"1.7.5": "1.0.0",
"1.8.0": "1.0.0",
"1.9.0": "1.0.0",
"2.0.0": "1.0.0",
"2.0.1": "1.0.0"
}

0 comments on commit 74e94b2

Please sign in to comment.