Skip to content

Commit

Permalink
Bump app version & update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Jun 16, 2020
1 parent 0dfdb45 commit db8e0cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.1.1
======
- Fixes for event handling

3.1.0
======
- B5 SoM support
- Begin deprecating mesh features

3.0.2
======
- Crash fixes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
minSdkVersion 21
targetSdkVersion 28
// scheme for these version numbers: EPOCH MAJOR MINOR PATCH BUILD
versionCode 1_03_01_00_03
versionName "3.1.0"
versionCode 1_03_01_01_01
versionName "3.1.1"

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

Expand Down

0 comments on commit db8e0cb

Please sign in to comment.