Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitmel committed Feb 8, 2022
1 parent 9a70cd0 commit c07f542
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '15.x'
node-version: '16.x'

- name: Get Yarn cache directory
id: yarn_cache_dir
Expand Down
4 changes: 2 additions & 2 deletions ccmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "crosscode-ru",
"version": "1.3.2",
"version": "1.3.3",
"license": "(MIT AND CC-BY-4.0)",
"description": {
"en_US": "Russian translation for CrossCode",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"crosscode": "~1.4.1",
"localize-me": "^1.0.0",
"ultimate-localized-ui": "^1.0.0"
"ultimate-localized-ui": "^1.1.0"
},
"assets": [
"data/credits/crosscode-ru.json",
Expand Down
2 changes: 1 addition & 1 deletion dist-archive/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $(CC_WORLD_MAP_OVERHAUL_MOD_DIR):
$(call download_archive,$@,https://github.com/dmitmel/cc-world-map-overhaul/releases/download/v1.1.2/world-map-overhaul_v1.1.2.tgz,,--strip-components=1)

$(QUICK_INSTALL_TMP_DIR)/ccloader:
$(call download_archive,$(@D),http://stronghold.crosscode.ru/~dmitmel/ccloader3/20211025210754/ccloader_3.0.0-alpha_quick-install.tar.gz,,)
$(call download_archive,$(@D),http://stronghold.crosscode.ru/~dmitmel/ccloader3/20220208223224/ccloader_3.0.0-alpha_quick-install.tar.gz,,)

compile-translations: $(addprefix $(MOD_DIR)/$(TRANSLATIONS_DIR)/,$(TRANSLATIONS_FILES))

Expand Down
2 changes: 1 addition & 1 deletion enhanced-ui/ccmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ultimate-localized-ui",
"version": "1.0.1",
"version": "1.1.0",
"title": "Ultimate Localized UI",
"license": "MIT",
"description": {
Expand Down

0 comments on commit c07f542

Please sign in to comment.