Skip to content

Commit

Permalink
fix: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed May 11, 2024
1 parent 98eece1 commit 9a84f74
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If applicable, add screenshots to help explain your problem.

**System Info (please complete the following information):**
- OS: [e.g. Windows 11, Ubuntu 22.04]
- Version: [e.g. v0.2.0]
- Version: [e.g. v0.3.0]
- Any other relevant info:

**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "roguetop",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
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 = "roguetop"
version = "0.2.0"
version = "0.3.0"
description = "Online & Offline PokeRogue desktop client"
authors = ["SpikeHD"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "PokeRogue",
"version": "0.2.0",
"version": "0.3.0",
"identifier": "com.spikehd.roguetop",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 9a84f74

Please sign in to comment.