Skip to content

Commit

Permalink
Merge pull request #17 from AkeemAllen/feature/issue-15-wiki-generati…
Browse files Browse the repository at this point in the history
…on-pokemon

Updated versioning to 0.4.0
  • Loading branch information
AkeemAllen authored Apr 29, 2024
2 parents 8d97d7f + 5fe47cf commit 3dcc2b2
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": "wikigen",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "vite dev",
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 = "wiki_gen"
version = "0.3.0"
version = "0.4.0"
description = "A Desktop Application to generate wikis for Pokemon Rom Hacks"
authors = ["Akeem Allen"]
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 @@ -8,7 +8,7 @@
},
"package": {
"productName": "WikiGen",
"version": "0.3.0"
"version": "0.4.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 3dcc2b2

Please sign in to comment.