Skip to content

Commit

Permalink
Release new version 2.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Protsyk authored and dmtr-p committed Oct 3, 2018
1 parent d235c24 commit 9bf080b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**Unreleased**
+ support proxy

**Version 2.0.23**
+ Add support proxy via env variables `HTTP_PROXY_HOST` and `HTTP_PROXY_PORT`

**Version 2.0.23**
+ Allow symlinks as source files
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.23'
version = '2.0.24'

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

0 comments on commit 9bf080b

Please sign in to comment.