diff --git a/xmcl-electron-app/CHANGELOG.md b/xmcl-electron-app/CHANGELOG.md index a4fed56f4..7776b251a 100644 --- a/xmcl-electron-app/CHANGELOG.md +++ b/xmcl-electron-app/CHANGELOG.md @@ -1,4 +1,12 @@ +## 0.24.1 +### @xmcl/keystone-ui@0.23.1 +#### Bug Fixes + +- wrong i18n for plural ([baed6986653a5eaf763e78315e7d7f7c1b2a81df](https://github.com/Voxelum/x-minecraft-launcher/commit/baed6986653a5eaf763e78315e7d7f7c1b2a81df)) +- i18n for other window ([1f7e7f868aa261b6a7bcf66815d99849e7b14c03](https://github.com/Voxelum/x-minecraft-launcher/commit/1f7e7f868aa261b6a7bcf66815d99849e7b14c03)) + + ## 0.24.0 ### @xmcl/runtime-api@0.8.0 #### Features diff --git a/xmcl-electron-app/package.json b/xmcl-electron-app/package.json index 9f2219a0a..b9d653969 100644 --- a/xmcl-electron-app/package.json +++ b/xmcl-electron-app/package.json @@ -2,7 +2,7 @@ "name": "xmcl", "private": true, "main": "./dist/index.js", - "version": "0.24.0", + "version": "0.24.1", "author": "ci010 ", "description": "A great minecraft launcher in the future", "license": "MIT", diff --git a/xmcl-keystone-ui/package.json b/xmcl-keystone-ui/package.json index 7585416b6..a7738232d 100644 --- a/xmcl-keystone-ui/package.json +++ b/xmcl-keystone-ui/package.json @@ -2,7 +2,7 @@ "name": "@xmcl/keystone-ui", "private": true, "productName": "xmcl", - "version": "0.23.0", + "version": "0.23.1", "author": "ci010 ", "description": "A great minecraft launcher in the future", "license": "MIT",