Skip to content

Commit cdaf842

Browse files
committed
Version bump - 0.3.0
1 parent 04543a1 commit cdaf842

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.3.0] - 2019-03-14
2+
### Fixed
3+
- Transport encryption. Some of the application data was not included during encryption.
4+
5+
### Notes
6+
- This contains breaking changes, any backups made prior to this release can no longer be restored.
7+
18
## [0.2.0] - 2019-03-01
29
### Added
310
- Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2.

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.stevesoltys.backup"
5-
android:versionCode="4"
6-
android:versionName="0.2.0">
5+
android:versionCode="5"
6+
android:versionName="0.3.0">
77

88
<uses-permission android:name="android.permission.BACKUP" />
99

0 commit comments

Comments
 (0)