Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSimonides committed Nov 28, 2023
1 parent 22fe052 commit f0d203f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 51
versionName "1.12.0"
versionCode 52
versionName "1.13.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.12.0"
version = "1.13.0"

constructor(
private alertCtrl: AlertController,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strive",
"version": "1.12.0",
"version": "1.13.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit f0d203f

Please sign in to comment.