Skip to content

Commit

Permalink
2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Protsyk committed Dec 14, 2017
1 parent 5ef8652 commit e66e03c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**Version 2.0.21**
+ osx_code updated

**Version 2.0.20**
+ escape round brackets

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,9 @@ Example of configuration file:
}
]
```
**Version 2.0.21**
+ osx_code updated

**Version 2.0.20**
+ escape round brackets

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.20'
version = '2.0.21'

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

0 comments on commit e66e03c

Please sign in to comment.