Skip to content

Commit

Permalink
Updated for release v2.0.0-alpha03
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan99 committed Feb 16, 2021
1 parent f9f6678 commit 497c33a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0-alpha03] - 2020-02-16
### Added
- Import from v1.0 and Clear all options in Settings

Expand Down Expand Up @@ -136,6 +138,7 @@ See Pull Request #5
- View healing logs

[Unreleased]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-alpha02...HEAD
[2.0.0-alpha03]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-alpha02...v2.0.0-alpha03
[2.0.0-alpha02]: https://github.com/yashovardhan99/HealersDiary/compare/v1.0.0...v2.0.0-alpha02
[1.0.0]: https://github.com/yashovardhan99/HealersDiary/compare/v0.10.0...v1.0.0
[0.10.0]: https://github.com/yashovardhan99/HealersDiary/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/dependencies/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Version {
private const val patch = 0

private val buildType: BuildType = BuildType.ALPHA
private const val buildCode = 2
private const val buildCode = 3

private const val standard = (major * 100 + minor) * 100 + patch
val versionCode = (standard * 10 + buildType.typeCode) * 100 + buildCode
Expand Down

0 comments on commit 497c33a

Please sign in to comment.