Skip to content

Commit

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

## [Unreleased]

## [1.03.3] - 2019-04-20
### Fixed
- Fixed verious crashes (#9)

## [1.03.2] - 2019-04-18
### Added
- Enabled mod loader
Expand Down Expand Up @@ -49,7 +53,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.2...HEAD
[Unreleased]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.3...HEAD
[1.03.3]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.2...v1.03.3
[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
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 1032
versionName "1.03.2"
versionCode 1033
versionName "1.03.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
externalNativeBuild {
Expand Down

0 comments on commit 6b1ab98

Please sign in to comment.