diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f853935..a0c47bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.19.4](https://github.com/crowdin/crowdin-cli/compare/3.19.3...3.19.4) (2024-05-16) + + +### Bug Fixes + +* correct detection of obsolete files with double asterisk pattern ([#794](https://github.com/crowdin/crowdin-cli/issues/794)) ([2359e90](https://github.com/crowdin/crowdin-cli/commit/2359e900736d9f32b784a513d48465990a9be867)) + ## [3.19.3](https://github.com/crowdin/crowdin-cli/compare/3.19.2...3.19.3) (2024-05-09) diff --git a/build.gradle b/build.gradle index b9ad0129..f6c8d93e 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'com.crowdin' -version '3.19.3' +version '3.19.4' sourceCompatibility = 1.8 diff --git a/package-lock.json b/package-lock.json index 649995ed..506985c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crowdin/cli", - "version": "3.19.3", + "version": "3.19.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@crowdin/cli", - "version": "3.19.3", + "version": "3.19.4", "license": "MIT", "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index cb68f382..11e33489 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "3.19.3", + "version": "3.19.4", "bin": { "crowdin": "jdeploy-bundle/jdeploy.js" }, diff --git a/packages/aur/pkgbuild/PKGBUILD b/packages/aur/pkgbuild/PKGBUILD index 4e36f4c5..efc54148 100644 --- a/packages/aur/pkgbuild/PKGBUILD +++ b/packages/aur/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=3.19.3 +pkgver=3.19.4 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/packages/chocolatey/crowdin-cli.nuspec b/packages/chocolatey/crowdin-cli.nuspec index 3693b4a6..4ceecd6d 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -2,7 +2,7 @@ crowdin-cli - 3.19.3 + 3.19.4 https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey crowdin Crowdin CLI (Portable) diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index aa879f0f..a62486ad 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,4 +1,4 @@ application.name=crowdin-cli -application.version=3.19.3 +application.version=3.19.4 application.base_url=https://api.crowdin.com application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt