Skip to content

Commit 2d6116c

Browse files
committed
Version 3.9.1
1 parent bda3392 commit 2d6116c

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

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

4+
## [3.9.1]
5+
6+
### Updated
7+
8+
- Corrects misspellings ([#499](https://github.com/crowdin/crowdin-cli/pull/499))
9+
- Updating test coverage ([#500](https://github.com/crowdin/crowdin-cli/pull/500))
10+
- Increase test coverage ([#503](https://github.com/crowdin/crowdin-cli/pull/503))
11+
12+
### Fixed
13+
14+
- Fix organization domain extracting from base_url ([#498](https://github.com/crowdin/crowdin-cli/pull/498))
15+
416
## [3.9.0]
517

618
### 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.9.0'
13+
version '3.9.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.9.0",
13+
"version": "3.9.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.9.0
3+
pkgver=3.9.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.9.0
2+
application.version=3.9.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)