Skip to content

Commit

Permalink
release 1.03.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcangeli committed Apr 18, 2019
1 parent 8ca8a82 commit abb308a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.03.2] - 2019-04-18
### Added
- Enabled mod loader
### Fixed
- Fixed verious crashes (#4 #5 #6)

## [1.03.1] - 2019-04-15
### Changed
- Pressing the back button will show the exit confirmation screen
Expand Down Expand Up @@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 1.00 - 2019-02-18
- Initial Release

[Unreleased]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.1...HEAD
[Unreleased]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.2...HEAD
[1.03.2]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.1...v1.03.2
[1.03.1]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.0...v1.03.1
[1.03.0]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.02.1...v1.03.0
[1.02.1]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.02...v1.02.1
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.github.aarcangeli.serioussamandroid"
minSdkVersion 19
targetSdkVersion 28
versionCode 1031
versionName "1.03.1"
versionCode 1032
versionName "1.03.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
externalNativeBuild {
Expand Down

0 comments on commit abb308a

Please sign in to comment.