Skip to content

Commit

Permalink
Update to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Nov 15, 2020
1 parent db6dd71 commit b7e580c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.2.7</h2>
<p>
<ul>
<li>#984 Edit workout steps</li>
<li>#985 Import workout: Prefix when importing from file</li>
</ul>
<h2>v2.2.6</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 @@ -31,8 +31,8 @@ project.ext {
mockitoVersion = '2.3.7'

//The Git tag for the release must be identical for F-Droid
versionName = '2.2.6.0'
versionCode = 292
versionName = '2.2.7.0'
versionCode = 294
latestBaseVersionCode = 15000000

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

0 comments on commit b7e580c

Please sign in to comment.