Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
Signed-off-by: yashovardhan99 <[email protected]>
  • Loading branch information
yashovardhan99 committed Aug 16, 2019
1 parent 99b338d commit 428f30d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

# [Unreleased]

## [1.0.0] - 2019-08-16
### Added
- Added donate option
### Changed
- Fixed bug with healing counter on main page
- Internal changes (Switched from Java to Kotlin)

## [0.10.0] - 2018-11-02
### Added
- Added option to set date and time for new healings.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An android app for professional healers to keep track of their patients and help
## Contributing
* Clone the repo and set up a project in firebase.
* Make relevant changes and make a pull request in the master (dev) branch.
* The alpha/beta branch contains the latest releaase. Do **NOT** make any changes to that branch. Any pull requests not directly to the master branch will be declined.
* The alpha/beta branch contains the latest release. Do **NOT** make any changes to that branch. Any pull requests not directly to the master branch will be declined.
A contributing guide will be up here soon.

## Technologies used
Expand All @@ -30,7 +30,7 @@ A contributing guide will be up here soon.
## Expected release
* Private Alpha - Now closed.
* Public Beta - Out now! [Download Now](https://play.google.com/store/apps/details?id=com.yashovardhan99.healersdiary)
* Public release - End of November, 2018
* Public release - Out now! [Download Now](https://play.google.com/store/apps/details?id=com.yashovardhan99.healersdiary)

## Support
* Support the development by cloning this repo and helping me fix any issues
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.yashovardhan99.healersdiary"
minSdkVersion 19
targetSdkVersion 28
versionCode 10000
versionName "0.10.0"
versionCode 1000000
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down

0 comments on commit 428f30d

Please sign in to comment.