Skip to content

Commit eb1645b

Browse files
committed
chore(release): version 4.0.0
1 parent 61ea49c commit eb1645b

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/crowdin/crowdin-cli/compare/3.19.4...4.0.0) (2024-05-28)
4+
5+
* [Release Notes](https://crowdin.github.io/crowdin-cli/blog/2024/05/28/cli-v4)
6+
37
## [3.19.4](https://github.com/crowdin/crowdin-cli/compare/3.19.3...3.19.4) (2024-05-16)
48

59

build.gradle

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

1212
group 'com.crowdin'
13-
version '3.19.4'
13+
version '4.0.0'
1414

1515
sourceCompatibility = '17'
1616

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/crowdin/crowdin-cli.git"
1111
},
12-
"version": "3.19.4",
12+
"version": "4.0.0",
1313
"bin": {
1414
"crowdin": "jdeploy-bundle/jdeploy.js"
1515
},

packages/aur/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.19.4
3+
pkgver=4.0.0
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/"

packages/chocolatey/crowdin-cli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>crowdin-cli</id>
5-
<version>3.19.4</version>
5+
<version>4.0.0</version>
66
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey</packageSourceUrl>
77
<owners>crowdin</owners>
88
<title>Crowdin CLI (Portable)</title>

src/main/resources/crowdin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
application.name=crowdin-cli
2-
application.version=3.19.4
2+
application.version=4.0.0
33
application.base_url=https://api.crowdin.com
44
application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt

0 commit comments

Comments
 (0)