Skip to content

Commit

Permalink
Bump to v0.6.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njfdev committed Aug 31, 2024
1 parent bd9e69e commit db739ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtlsdr-radio",
"version": "0.5.1",
"version": "0.6.0-beta.0",
"private": true,
"type": "module",
"scripts": {
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 = "rtlsdr_radio"
version = "0.5.1"
version = "0.6.0-beta.0"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"createUpdaterArtifacts": true
},
"productName": "RTL-SDR Radio",
"version": "0.5.1",
"version": "0.6.0-beta.0",
"identifier": "dev.njf.rtlsdr-radio",
"plugins": {
"updater": {
Expand Down

0 comments on commit db739ef

Please sign in to comment.