Skip to content

Commit

Permalink
Merge pull request #107 from crowdin/release-2.0.28
Browse files Browse the repository at this point in the history
New release 2.0.28
  • Loading branch information
dmtr-p authored Apr 4, 2019
2 parents 0e0d00d + 1784d36 commit 0e21494
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
**Unreleased**

**Version 2.0.28**
+ Increase version of log4j

**Version 2.0.27**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'

version = '2.0.27'
version = '2.0.28'

sourceCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/crowdin.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
application.name=crowdin-cli
application.version=2.0.27
application.version=2.0.28
application.base_url=https://api.crowdin.com/api/
application.user_agent=crowdin-java-cli

0 comments on commit 0e21494

Please sign in to comment.