Skip to content

Commit db8e0cb

Browse files
committed
Bump app version & update changelog for release
1 parent 0dfdb45 commit db8e0cb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

app/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.1.1
2+
======
3+
- Fixes for event handling
4+
5+
3.1.0
6+
======
7+
- B5 SoM support
8+
- Begin deprecating mesh features
9+
110
3.0.2
211
======
312
- Crash fixes

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
minSdkVersion 21
3131
targetSdkVersion 28
3232
// scheme for these version numbers: EPOCH MAJOR MINOR PATCH BUILD
33-
versionCode 1_03_01_00_03
34-
versionName "3.1.0"
33+
versionCode 1_03_01_01_01
34+
versionName "3.1.1"
3535

3636
vectorDrawables.useSupportLibrary = false // no need for this since we're min SDK=21
3737

0 commit comments

Comments
 (0)