Skip to content

Commit

Permalink
Merge pull request #420 from crowdin/Version-3.7.6
Browse files Browse the repository at this point in the history
Version 3.7.6
  • Loading branch information
andrii-bodnar committed Jan 11, 2022
2 parents 896ba19 + 6eb55e4 commit e635fdc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.7.6]

### Updated

- Update TM and Glossary uploads: '--language' is required for creating new instances ([#419](https://github.com/crowdin/crowdin-cli/pull/419))

## [3.7.5]

### Updated
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -10,7 +10,7 @@ plugins {
apply plugin: 'checkstyle'

group 'com.crowdin'
version '3.7.5'
version '3.7.6'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/crowdin/crowdin-cli.git"
},
"version": "3.7.5",
"version": "3.7.6",
"jdeploy": {
"jar": "dist/crowdin-cli.jar"
},
Expand Down
2 changes: 1 addition & 1 deletion pkgbuild/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Senya <senya at riseup.net>
pkgname=crowdin-cli
pkgver=3.7.5
pkgver=3.7.6
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 src/main/resources/crowdin.properties
@@ -1,5 +1,5 @@
application.name=crowdin-cli
application.version=3.7.5
application.version=3.7.6
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

0 comments on commit e635fdc

Please sign in to comment.