Skip to content

Commit

Permalink
Released 15.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Mar 11, 2020
1 parent e74e746 commit 0b7cf22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
We use [semantic versioning][semver]

# Next Release

# 15.4.0
- [fix] `git.properties` commit was not used for upload
- [feature] Upload ignored `origin/` prefix in `git.properties`'s branch name
- [fix] `http-server-port` option does not pass validation in normal mode
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

ext {
appVersion = '15.3.0' // Also update version in BuildVersion.kt
appVersion = '15.4.0' // Also update version in BuildVersion.kt
pluginVersion = '0.5.5' // Also update version in BuildVersion.kt
reportGeneratorVersion = '1.4.6'
teamscaleClientVersion = '0.3.3'
Expand Down

0 comments on commit 0b7cf22

Please sign in to comment.