Skip to content

Commit 88519f6

Browse files
committed
Bump version to v0.15.12
1 parent 0c6d870 commit 88519f6

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,5 +1,11 @@
11
# Silence Changelog
22

3+
### [0.15.12] - 2018-02-19
4+
- Added option to hide "new message" separator
5+
- Updated APNs with fix for Free Mobile (FR)
6+
- Switched to a new way to receive encrypted messages (started in v0.15.9)
7+
- Updated translations
8+
39
### [0.15.11] - 2018-01-04
410
- Fixed persistent crash when downloading some MMS messages
511
- Updated translations
@@ -238,6 +244,7 @@
238244
- Changed app name
239245
- Removed non-free libraries
240246

247+
[0.15.12]: https://github.com/SilenceIM/Silence/compare/v0.15.11...v0.15.12
241248
[0.15.11]: https://github.com/SilenceIM/Silence/compare/v0.15.10...v0.15.11
242249
[0.15.10]: https://github.com/SilenceIM/Silence/compare/v0.15.9...v0.15.10
243250
[0.15.9]: https://github.com/SilenceIM/Silence/compare/v0.15.8...v0.15.9

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ android {
139139
useLibrary 'org.apache.http.legacy'
140140

141141
defaultConfig {
142-
versionCode 140
143-
versionName "0.15.11"
142+
versionCode 141
143+
versionName "0.15.12"
144144

145145
minSdkVersion 9
146146
targetSdkVersion 22

0 commit comments

Comments
 (0)