From 22196e24ac966aaf92ff4d1b4c070dbe4ffec885 Mon Sep 17 00:00:00 2001 From: Tom Kranz Date: Tue, 8 Dec 2015 12:45:49 +0100 Subject: [PATCH] Bump version number to accomodate for the added JavaMail settings --- README.md | 3 ++- app/app.iml | 1 + app/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd01012..7a851af 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ An Android app to forward SMS to an email account Implemented thus far are: * [x] Basic functionality (accepting SMTP credentials and actually catching and forwarding SMS via SMTP) * [x] End-to-end encryption via PGP +* [x] Direct access to JavaMail props Planned features: -* [ ] Direct access to javax.mail props +* [ ] Making the app work in real-life scenarios diff --git a/app/app.iml b/app/app.iml index 374a937..daeafb4 100644 --- a/app/app.iml +++ b/app/app.iml @@ -77,6 +77,7 @@ + diff --git a/app/build.gradle b/app/build.gradle index cf890f6..5e55fc3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.tpmkranz.smsforward" minSdkVersion 15 targetSdkVersion 23 - versionCode 20151122 - versionName "0.9.1" + versionCode 20151208 + versionName "0.9.2" } buildTypes { release {