Skip to content

Commit c07f542

Browse files
committed
v1.3.3
1 parent 9a70cd0 commit c07f542

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v1
2424
with:
25-
node-version: '15.x'
25+
node-version: '16.x'
2626

2727
- name: Get Yarn cache directory
2828
id: yarn_cache_dir

ccmod.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "crosscode-ru",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"license": "(MIT AND CC-BY-4.0)",
55
"description": {
66
"en_US": "Russian translation for CrossCode",
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"crosscode": "~1.4.1",
1919
"localize-me": "^1.0.0",
20-
"ultimate-localized-ui": "^1.0.0"
20+
"ultimate-localized-ui": "^1.1.0"
2121
},
2222
"assets": [
2323
"data/credits/crosscode-ru.json",

dist-archive/GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $(CC_WORLD_MAP_OVERHAUL_MOD_DIR):
115115
$(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)
116116

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

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

enhanced-ui/ccmod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ultimate-localized-ui",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"title": "Ultimate Localized UI",
55
"license": "MIT",
66
"description": {

0 commit comments

Comments
 (0)