Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Dec 1, 2022
1 parent 4af3328 commit 83ed75f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "surfing",
"name": "Surfing",
"version": "0.4.6",
"version": "0.5.0",
"minAppVersion": "1.0.0",
"description": "Surf the Net in Obsidian.",
"author": "Boninall",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surfing",
"version": "0.4.6",
"version": "0.5.0",
"description": "Surf the Net in Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/surfingPluginSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ export class SurfingSettingTab extends PluginSettingTab {

this.addSettingToMasterSettingsList(tabName, setting.settingEl, "theme");

settingName = t("Random Icons From SevenYu's Art");
settingName = t("Random Icons From Default Art");
setting = new Setting(wbContainerEl)
.setName(settingName)
.addToggle((toggle) => {
Expand Down
2 changes: 1 addition & 1 deletion src/translations/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ export default {
"Close Current Leaf": "Close Current Leaf | Ctrl/CMD+W",
"Create A New Note": "Create A New Note | Ctrl/CMD+N",
'Show Other Search Engines When Searching': 'Show Other Search Engines When Searching',
"Random Icons From SevenYu's Art": "Random Icons From SevenYu's Art",
"Random Icons From Default Art": "Random Icons From Default Art",
"Working On, Not Available Now": "Working On, Not Available Now",
};
2 changes: 1 addition & 1 deletion src/translations/locale/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ export default {
"Close Current Leaf": "关闭当前的页面 | Ctrl/CMD+W",
"Create A New Note": "新建笔记 | Ctrl/CMD+N",
'Show Other Search Engines When Searching': '搜索时显示其它搜索引擎',
"Random Icons From SevenYu's Art": "从 SevenYu Art 中挑选随机 Icon",
"Random Icons From Default Art": "从默认的 Art 中挑选随机 Icon",
"Working On, Not Available Now": "正在建设中,当前不可用",
};
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"0.4.3": "1.0.0",
"0.4.4": "1.0.0",
"0.4.5": "1.0.0",
"0.4.6": "1.0.0"
"0.4.6": "1.0.0",
"0.5.0": "1.0.0"
}

0 comments on commit 83ed75f

Please sign in to comment.