From cd98b9087293ac98395e185ca405d321911190cb Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Wed, 21 Sep 2022 17:16:11 +0300 Subject: [PATCH] Version 3.8.1 --- CHANGELOG.md | 6 ++++++ build.gradle | 2 +- package-lock.json | 2 +- package.json | 2 +- pkgbuild/PKGBUILD | 2 +- src/main/resources/crowdin.properties | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b19f64c..00784a789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.8.1] + +### Fixed + +- Fix infinite build progress check in case of the build was failed ([#476](https://github.com/crowdin/crowdin-cli/pull/476)) + ## [3.8.0] ### Added diff --git a/build.gradle b/build.gradle index fd567e496..9914802e4 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { apply plugin: 'checkstyle' group 'com.crowdin' -version '3.8.0' +version '3.8.1' sourceCompatibility = 1.8 diff --git a/package-lock.json b/package-lock.json index c0cb4f16c..0cb6b4286 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@crowdin/cli", - "version": "3.8.0", + "version": "3.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b1299ffee..9c60fd711 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "3.8.0", + "version": "3.8.1", "jdeploy": { "jar": "dist/crowdin-cli.jar" }, diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index 98ea863f3..c2f3c23d8 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=3.8.0 +pkgver=3.8.1 pkgrel=1 pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project" url="https://support.crowdin.com/cli-tool/" diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index cac7a4929..8308efe90 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,5 +1,5 @@ application.name=crowdin-cli -application.version=3.8.0 +application.version=3.8.1 application.base_url=https://api.crowdin.com application.user_agent=crowdin-java-cli application.version_file_url=https://downloads.crowdin.com/cli/v3/version.txt