Skip to content

Commit

Permalink
1.4.3 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Aug 19, 2024
1 parent 37a83f3 commit a93a134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 22
targetSdk 33
versionCode 2
versionName "1.4.2 (W)"
versionName "1.4.3 (W)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/pages/AboutPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<md-list-item id="show_time_toast">
<md-icon slot="start" icon-filled>info</md-icon>
<div slot="headline" style="margin-bottom: 2px;">Version</div>
<div slot="supporting-text">1.4.2 (W)</div>
<div slot="supporting-text">1.4.3 (W)</div>
</md-list-item>

</md-list>
Expand Down Expand Up @@ -178,7 +178,7 @@


document.getElementById('checkUpdatesBtn').addEventListener('click', async function() {
const currentVersion = 'v1.4.2';
const currentVersion = 'v1.4.3';
const githubRepo = 'PranshulGG/WeatherMaster';
const releasesUrl = `https://api.github.com/repos/${githubRepo}/releases/latest`;

Expand Down

0 comments on commit a93a134

Please sign in to comment.