Bump version and update CHANGELOG

This commit is contained in:
2017-09-30 12:59:02 -05:00
parent 7bb62c197f
commit 7bb88dcb97
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
### 1.7.7 (September 30, 2017)
* Fix bug that caused reminders to show repeatedly on DST changes
### 1.7.6 (July 18, 2017)
* Fix bug that caused widgets not to render sometimes

View File

@@ -21,8 +21,8 @@
<manifest
package="org.isoron.uhabits"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="33"
android:versionName="1.7.6">
android:versionCode="34"
android:versionName="1.7.7">
<uses-permission android:name="android.permission.VIBRATE"/>