Skip to content

Commit

Permalink
chore(release): version 4.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 6, 2024
1 parent 8ce1f09 commit a716dc8
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.2](https://github.com/crowdin/crowdin-cli/compare/4.1.1...4.1.2) (2024-09-06)


### Bug Fixes

* check strings upload status ([#836](https://github.com/crowdin/crowdin-cli/issues/836)) ([e6e1416](https://github.com/crowdin/crowdin-cli/commit/e6e14169f52e73005e9767a0f87eecf43d5ee54f))

## [4.1.1](https://github.com/crowdin/crowdin-cli/compare/4.1.0...4.1.1) (2024-07-26)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.crowdin'
version '4.1.1'
version '4.1.2'

sourceCompatibility = '17'

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/crowdin/crowdin-cli.git"
},
"version": "4.1.1",
"version": "4.1.2",
"bin": {
"crowdin": "jdeploy-bundle/jdeploy.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aur/pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Senya <senya at riseup.net>
pkgname=crowdin-cli
pkgver=4.1.1
pkgver=4.1.2
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/"
Expand Down
2 changes: 1 addition & 1 deletion packages/chocolatey/crowdin-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>crowdin-cli</id>
<version>4.1.1</version>
<version>4.1.2</version>
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey</packageSourceUrl>
<owners>crowdin</owners>
<title>Crowdin CLI (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion packages/exe/CrowdinCLIInstaller.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Crowdin"
#define MyAppVersion "4.1.1"
#define MyAppVersion "4.1.2"
#define MyAppPublisher "OU Crowdin"
#define MyAppURL "https://crowdin.github.io/crowdin-cli"
#define MyAppExeName "crowdin-cli.jar"
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=4.1.1
application.version=4.1.2
application.base_url=https://api.crowdin.com
application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt

0 comments on commit a716dc8

Please sign in to comment.