M README.md +1 -1
@@ 3,7 3,7 @@
A base for playing Go.
## Installation
-[Pre-built AppImages](https://github.com/Injng/gobase/releases/tag/v0.2.1) are offered for Linux x86_64 systems. For other operating systems, clone the repository and see either the Developing or Building
+[Pre-built AppImages](https://github.com/Injng/gobase/releases/tag/v0.2.2) are offered for Linux x86_64 systems. For other operating systems, clone the repository and see either the Developing or Building
sections below.
## Usage
M package.json +1 -1
@@ 1,6 1,6 @@
{
"name": "gobase",
- "version": "0.0.1",
+ "version": "0.2.2",
"private": true,
"scripts": {
"dev": "vite dev",
M src-tauri/Cargo.lock +1 -1
@@ 64,7 64,7 @@ checksum = "f538837af36e6f6a9be0faa67f9a
[[package]]
name = "app"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
"rand 0.8.5",
"serde",
M src-tauri/Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "app"
-version = "0.2.1"
+version = "0.2.2"
description = "A base for playing Go"
authors = ["you"]
license = ""
M src-tauri/tauri.conf.json +1 -1
@@ 8,7 8,7 @@
},
"package": {
"productName": "gobase",
- "version": "0.2.1"
+ "version": "0.2.2"
},
"tauri": {
"allowlist": {