Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
whalechoi committed Nov 11, 2024
1 parent 6028a9a commit 081895c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
@@ -1,7 +1,7 @@
{
"name": "xray4magisk-ksu-webui",
"private": true,
"version": "0.0.3",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en-US.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const common = {
'module-name': 'Xray4Magisk',
'dashboard-version': "0.0.4-release",
'dashboard-version': "0.1.0-release",
'pulling-text': 'Scroll down to refresh...',
'loosing-text': 'Release to refresh...',
'loading-text': 'Loading...',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-CN.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const common = {
'module-name': 'Xray4Magisk',
'dashboard-version': "0.0.4-release",
'dashboard-version': "0.1.0-release",
'pulling-text': '下拉即可刷新...',
'loosing-text': '释放即可刷新...',
'loading-text': '加载中...',
Expand Down

0 comments on commit 081895c

Please sign in to comment.