Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
4yn committed Oct 5, 2023
1 parent cbbfcdc commit 6124dee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni

## Changelog

- v0.5.1
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
- v0.5.0
- Support for Yubideck 3.0 firmware
- v0.4.3
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slidershim"
version = "0.5.0"
version = "0.5.1"
description = "slidershim"
authors = ["4yn"]
license = ""
Expand Down
4 changes: 3 additions & 1 deletion src-tauri/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.5.0
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.5.1
===============================================

https://github.com/4yn/slidershim

# Changelog

- v0.5.1
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
- v0.5.0
- Support for Yubideck 3.0 firmware
- v0.4.3
Expand Down
8 changes: 3 additions & 5 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "slidershim",
"version": "0.5.0"
"version": "0.5.1"
},
"build": {
"distDir": "../public",
Expand All @@ -21,9 +21,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
"./README.txt"
],
"resources": ["./README.txt"],
"externalBin": [],
"copyright": "© 4yn 2022",
"category": "DeveloperTool",
Expand Down Expand Up @@ -76,4 +74,4 @@
"iconAsTemplate": true
}
}
}
}

0 comments on commit 6124dee

Please sign in to comment.