Skip to content

Commit

Permalink
Merge pull request #104 from crowdin/new-release-2.0.27
Browse files Browse the repository at this point in the history
New release 2.0.27
  • Loading branch information
dmtr-p authored Mar 14, 2019
2 parents 4ffdc0d + fb75de5 commit 674e057
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.27**
+ Increase version of jackson databind

**Version 2.0.26**
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.26'
version = '2.0.27'

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.26
application.version=2.0.27
application.base_url=https://api.crowdin.com/api/
application.user_agent=crowdin-java-cli

0 comments on commit 674e057

Please sign in to comment.