diff --git a/SettingsPage.tsx b/SettingsPage.tsx index 0adfc38..e947f1f 100644 --- a/SettingsPage.tsx +++ b/SettingsPage.tsx @@ -153,8 +153,8 @@ export default function SettingsPage() { else toast("Hid date on sets."); return; case "noSound": - if (value) toast("Disable sound on rest timer alarms."); - else toast("Enabled sound for rest timer alarms."); + if (value) toast("Alarms will no longer make a sound."); + else toast("Enabled sound for alarms."); return; case "backup": if (value) { diff --git a/android/app/build.gradle b/android/app/build.gradle index 2cccbf1..b635e03 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -85,8 +85,8 @@ android { applicationId "com.massive" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 36183 - versionName "1.157" + versionCode 36184 + versionName "1.158" } signingConfigs { release { diff --git a/package.json b/package.json index bb9d08d..1b531bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "massive", - "version": "1.157", + "version": "1.158", "private": true, "license": "GPL-3.0-only", "scripts": {