Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSimonides committed Nov 18, 2023
1 parent 911d8e4 commit 778acaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/journal/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.strive.journal"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 48
versionName "1.10.0"
versionCode 49
versionName "1.11.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 libs/utils/src/lib/services/app-version.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface Version {
export class AppVersionService extends FireDocument<Version> {
override path = `meta/version`

version = "1.10.0"
version = "1.11.0"

constructor(
private alertCtrl: AlertController,
Expand Down

0 comments on commit 778acaa

Please sign in to comment.