Skip to content

Commit

Permalink
release(mobile): 0.0.1.20231009
Browse files Browse the repository at this point in the history
  • Loading branch information
zhbhun committed Oct 9, 2023
1 parent aefdf7b commit 79e99bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "0.0.1.20231009"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idify/mobile",
"version": "0.0.1",
"version": "0.0.1-20231009",
"description": "Idify",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 79e99bc

Please sign in to comment.