Skip to content

Commit 010b58b

Browse files
committed
Bump to 1.0.1
1 parent 4707f36 commit 010b58b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "io.kuenzler.whatsappwebtogo"
88
minSdkVersion 21
99
targetSdkVersion 28
10-
versionCode 17
11-
versionName "1.0.0"
10+
versionCode 18
11+
versionName "1.0.1"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/res/layout/nav_header_main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
android:id="@+id/textView"
3131
android:layout_width="wrap_content"
3232
android:layout_height="wrap_content"
33-
android:text="beta" />
33+
android:text="version 1.0.1" />
3434

3535
</LinearLayout>

app/src/main/res/values/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<string name="action_settings">Settings</string>
88

9-
<string name="versionInfo">Thanks for updating!\nNew in this version:\n&#8211;Keyboard blocking setting will be remembered.\n&#8211;Navbar visibility setting will be remembered.</string>
9+
<string name="versionInfo">Thanks for updating!\nNew in version 1.0.1:\n&#8211;Your settings will be remembered\n&#8211;Links open in your default browser now (bug in android 5)\n&#8211;Other small bugfixes</string>
1010
<string name="introInfo">Thanks for installing!\nJust connect your phone as you would on your computer.\nTo unlock the keyboard, use the keyboard button top right. Your settings will be saved.</string>
11-
<string name="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBWK Technik GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2018\n\nv1.0.0\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android Devices</string>
11+
<string name="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBWK Technik GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2018\n\nv1.0.1\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android Devices</string>
1212
</resources>

0 commit comments

Comments
 (0)