Skip to content

Commit

Permalink
chore(version): bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed May 21, 2024
1 parent cc6a879 commit 0701d68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pretty-derby-ui",
"private": true,
"version": "0.0.0",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/gen/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
minSdk = 24
targetSdk = 33
versionCode = 1
versionName = "0.1.0"
versionName = "0.1.2"
}
signingConfigs {
create("release") {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "pretty-derby-ui",
"version": "0.1.0",
"version": "0.1.2",
"identifier": "org.noctisynth.pretty-derby",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 0701d68

Please sign in to comment.