Skip to content

Commit 0d33caf

Browse files
bump version
1 parent be5d711 commit 0d33caf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=1.9.0-rc.2
1+
VERSION=1.9.0-rc.3
22

33
.PHONY: help
44
help: # Display this help.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "OpenHome",
33
"name": "openhome",
4-
"version": "1.9.0-rc.2",
4+
"version": "1.9.0-rc.3",
55
"description": "A tool for moving Pokémon between game saves",
66
"keywords": [
77
"pokemon",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "OpenHome"
3-
version = "1.9.0-rc.2"
3+
version = "1.9.0-rc.3"
44
description = "A tool for moving Pokémon between game saves"
55
authors = ["Andrew Benington"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenHome",
4-
"version": "1.9.0-rc.2",
4+
"version": "1.9.0-rc.3",
55
"identifier": "OpenHome",
66
"build": {
77
"beforeDevCommand": "pnpm run dev",

0 commit comments

Comments
 (0)