Skip to content

Commit

Permalink
🔖 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loicngr committed Feb 23, 2024
1 parent 6a8381d commit d8b00ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kdrive-notes",
"version": "1.3.0",
"version": "1.4.0",
"description": "A kDrive notes app",
"productName": "kDrive notes",
"author": "loicngr <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions src-capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "fr.zkf.kdrive_notes"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13000
versionName "1.3.0"
versionCode 14000
versionName "1.4.0"
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 src-capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"@capacitor/core": "^5.0.0",
"@capacitor/splash-screen": "^5.0.0"
}
}
}

0 comments on commit d8b00ec

Please sign in to comment.