Skip to content

Commit 3d68a67

Browse files
Merge pull request #477 from crowdin/Version-3.8.1
Version 3.8.1
2 parents 6110d08 + cd98b90 commit 3d68a67

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.8.1]
5+
6+
### Fixed
7+
8+
- Fix infinite build progress check in case of the build was failed ([#476](https://github.com/crowdin/crowdin-cli/pull/476))
9+
410
## [3.8.0]
511

612
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
apply plugin: 'checkstyle'
1111

1212
group 'com.crowdin'
13-
version '3.8.0'
13+
version '3.8.1'
1414

1515
sourceCompatibility = 1.8
1616

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/crowdin/crowdin-cli.git"
1212
},
13-
"version": "3.8.0",
13+
"version": "3.8.1",
1414
"jdeploy": {
1515
"jar": "dist/crowdin-cli.jar"
1616
},

pkgbuild/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Senya <senya at riseup.net>
22
pkgname=crowdin-cli
3-
pkgver=3.8.0
3+
pkgver=3.8.1
44
pkgrel=1
55
pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project"
66
url="https://support.crowdin.com/cli-tool/"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
application.name=crowdin-cli
2-
application.version=3.8.0
2+
application.version=3.8.1
33
application.base_url=https://api.crowdin.com
44
application.user_agent=crowdin-java-cli
55
application.version_file_url=https://downloads.crowdin.com/cli/v3/version.txt

0 commit comments

Comments
 (0)