Skip to content

Commit

Permalink
Merge pull request #68 from aless2003/extension-fix
Browse files Browse the repository at this point in the history
bump version number to 0.9.2
  • Loading branch information
aless2003 authored Oct 9, 2023
2 parents 19a8344 + 343eba5 commit 6f47b4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = 'online.hatsunemiku'
version = '0.9.1'
version = '0.9.2'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
"lit": "2.7.6",
"lumo-css-framework": "3.0.11",
"mobile-drag-drop": "2.3.0-rc.2",
"swiper": "^10.0.3",
"vanilla-lazyload": "17.8.3"
"swiper": "^10.0.3"
},
"devDependencies": {
"@rollup/plugin-replace": "5.0.2",
Expand Down Expand Up @@ -164,8 +163,7 @@
"lit": "2.7.6",
"lumo-css-framework": "3.0.11",
"mobile-drag-drop": "2.3.0-rc.2",
"swiper": "^10.0.3",
"vanilla-lazyload": "17.8.3"
"swiper": "^10.0.3"
},
"devDependencies": {
"@rollup/plugin-replace": "5.0.2",
Expand All @@ -185,7 +183,7 @@
"workbox-core": "7.0.0",
"workbox-precaching": "7.0.0"
},
"hash": "2a4350aa90d74001f936428c5f0b8d09dc4e53f3095fec098367d852a2059c1b"
"hash": "3f994000a3983f7191242d4a4f0fdf03b63b929e50816cd6ea1a7128d9155bd1"
},
"overrides": {
"@vaadin/bundles": "$@vaadin/bundles",
Expand Down Expand Up @@ -257,7 +255,6 @@
"@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin",
"date-fns": "$date-fns",
"lumo-css-framework": "$lumo-css-framework",
"mobile-drag-drop": "$mobile-drag-drop",
"vanilla-lazyload": "$vanilla-lazyload"
"mobile-drag-drop": "$mobile-drag-drop"
}
}

0 comments on commit 6f47b4a

Please sign in to comment.