Skip to content

Commit

Permalink
Prepare for 2.4.4 (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Nov 28, 2021
1 parent 75bdc4a commit 90bffff
Show file tree
Hide file tree
Showing 2 changed files with 7 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.4.4</h2>
<p>
<ul>
<li>#1077 Pebble support failed when paired BLE was added</li>
</ul>
<h2>v2.4.3</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.4.3.1'
versionCode = 310
versionName = '2.4.4.0'
versionCode = 311
latestBaseVersionCode = 15000000

travisBuild = System.getenv("TRAVIS") == "true"
Expand Down

0 comments on commit 90bffff

Please sign in to comment.