Skip to content

Commit

Permalink
Merge pull request #437 from crowdin/jdeploy-3.1.7
Browse files Browse the repository at this point in the history
Version 3.7.9
  • Loading branch information
andrii-bodnar authored Jul 7, 2022
2 parents 5bba0a3 + 46fe02c commit b9eaa46
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: sudo npm install jdeploy@2.0.11 -g
- run: sudo npm install jdeploy@3.2.0 -g
- run: npm install
- run: jdeploy install
- run: crowdin -V
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ crowdin.yml
/testing
dist
jdeploy-bundle
node_modules
node_modules
.DS_Store
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.7.9]

### Updated

- Support language ID in list languages command ([#454](https://github.com/crowdin/crowdin-cli/pull/454))
- Update jDeploy ([#437](https://github.com/crowdin/crowdin-cli/pull/437))
- Dependencies update ([#442](https://github.com/crowdin/crowdin-cli/pull/442))

## [3.7.8]

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

group 'com.crowdin'
version '3.7.8'
version '3.7.9'

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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/crowdin/crowdin-cli.git"
},
"version": "3.7.8",
"version": "3.7.9",
"jdeploy": {
"jar": "dist/crowdin-cli.jar"
},
Expand Down
2 changes: 1 addition & 1 deletion 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=3.7.8
pkgver=3.7.9
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application.name=crowdin-cli
application.version=3.7.8
application.version=3.7.9
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 b9eaa46

Please sign in to comment.