Skip to content

Commit dfd909d

Browse files
committed
Bump version to 1.3.3
1 parent cce21bd commit dfd909d

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 8
13-
versionName "1.3.2"
12+
versionCode 9
13+
versionName "1.3.3"
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 8
25-
versionName "1.3.2"
24+
versionCode 9
25+
versionName "1.3.3"
2626
vectorDrawables.useSupportLibrary = true
2727
}
2828

0 commit comments

Comments
 (0)