Skip to content

Commit

Permalink
Merge pull request #98 from Gawdl3y/rel/v0.6.1
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
Gawdl3y authored Jan 1, 2024
2 parents 2c45c24 + 71a5348 commit cfdba1b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tauri-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resolute-app"
version = "0.6.0"
version = "0.6.1"
description = "Resolute, a mod manager for Resonite"
authors = ["Schuyler Cebulskie <me@gawdl3y.dev>"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri-app/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Resolute",
"version": "0.6.0"
"version": "0.6.1"
},
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
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": "resolute",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions ui/src/components/mods/ModTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
variant="plain"
density="comfortable"
v-bind="activator"
@click="uninstall"
@click.stop="uninstall"
/>
</template>
</v-tooltip>
Expand All @@ -64,7 +64,7 @@
variant="plain"
density="comfortable"
v-bind="activator"
@click="install"
@click.stop="install"
/>
</template>
</v-tooltip>
Expand All @@ -80,7 +80,7 @@
variant="plain"
density="comfortable"
v-bind="activator"
@click="update"
@click.stop="update"
/>
</template>
</v-tooltip>
Expand Down

0 comments on commit cfdba1b

Please sign in to comment.