Skip to content

Commit

Permalink
Prepare for 2.5.1.0 (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Mar 22, 2023
1 parent 9fd07fa commit d1a3aa0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.5.1</h2>
<p>
<ul>
<li>#1139: Timers not updated when device was in deep sleep</li>
</ul>
<h2>v2.5.0</h2>
<p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ project.ext {
mockitoVersion = '3.11.2'

//The Git tag for the release must be identical for F-Droid
versionName = '2.5.0.7'
versionCode = 325
versionName = '2.5.1.0'
versionCode = 326
latestBaseVersionCode = 15000000

// F-Droid builds only allow free software (wear dir deleted at builds)
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/15000326.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#1139: Timers not updated when device was in deep sleep

0 comments on commit d1a3aa0

Please sign in to comment.