Skip to content

Commit 8b8ffff

Browse files
committed
Bump version to 1.3.4
1 parent eb086ba commit 8b8ffff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OpenScienceJournal/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "cc.arduino.sciencejournal"
1010
minSdkVersion 19
1111
targetSdkVersion 29
12-
versionCode 9
13-
versionName "1.3.3"
12+
versionCode 10
13+
versionName "1.3.4"
1414
multiDexEnabled true
1515
vectorDrawables.useSupportLibrary = true
1616
}

OpenScienceJournal/whistlepunk_library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
defaultConfig {
2222
minSdkVersion 19
2323
targetSdkVersion 29
24-
versionCode 9
25-
versionName "1.3.3"
24+
versionCode 10
25+
versionName "1.3.4"
2626
vectorDrawables.useSupportLibrary = true
2727
}
2828

0 commit comments

Comments
 (0)