Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvan7 committed Jan 20, 2025
1 parent 2827f1e commit 9d2e7f8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![Perfect Jewelers Orb](./renderer/public/images/jeweler.png) Exiled Exchange 2

![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.5.0.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2)
![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.6.0.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2)
![GitHub Tag](https://img.shields.io/github/v/tag/kvan7/exiled-exchange-2?style=plastic&label=latest%20version)
![GitHub commits since latest release (branch)](https://img.shields.io/github/commits-since/kvan7/exiled-exchange-2/latest/dev?style=plastic)

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
},
themeConfig: {
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
appVersion: '0.5.0',
appVersion: '0.6.0',
github: {
releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases'
},
Expand Down
4 changes: 2 additions & 2 deletions main/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 main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exiled-exchange-2",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "node build/script.mjs",
Expand Down
1 change: 1 addition & 0 deletions renderer/src/parser/mod-tiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function mapItemCategoryToKeys(itemCategory: ItemCategory): string[] {
[ItemCategory.MetaGem]: [""],
[ItemCategory.Focus]: ["focus", "armour"],
[ItemCategory.Waystone]: [""],
[ItemCategory.Relic]: [""],
};

return categoryMap[itemCategory] || [itemCategory.toLowerCase()];
Expand Down
2 changes: 1 addition & 1 deletion renderer/src/web/settings/general.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<ui-checkbox class="mb-4" v-model="enableAlphas">{{
t(":enable_alphas")
}}</ui-checkbox>
<div class="mt-1">No alphas available right now</div>
<div v-if="enableAlphas" class="mt-1">No alphas available right now</div>
<div v-if="enableAlphas" class="mt-1">
{{ t(":alphas_warning") }}
</div>
Expand Down

0 comments on commit 9d2e7f8

Please sign in to comment.