Skip to content

Commit 2d1292d

Browse files
committed
Up version
1 parent 31eff35 commit 2d1292d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The application works using Flatpak, in an isolated environment, referring to th
2020

2121
1. Install [Aurora Bot](https://github.com/keygenqt/aurora-bot).
2222
3. Download flatpak file from [releases](https://github.com/keygenqt/aurora-toolbot/releases).
23-
4. Install: `flatpak install --user aurora-toolbot_0.0.3_amd64.flatpak`
23+
4. Install: `flatpak install --user aurora-toolbot_0.0.4_amd64.flatpak`
2424

2525
### License
2626

build/com.keygenqt.aurora-toolbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ modules:
1919
buildsystem: simple
2020
sources:
2121
- type: file
22-
path: /home/keygenqt/Documents/Home/Projects/aurora-toolbot/src-tauri/target/release/bundle/deb/aurora-toolbot_0.0.3_amd64.deb
22+
path: /home/keygenqt/Documents/Home/Projects/aurora-toolbot/src-tauri/target/release/bundle/deb/aurora-toolbot_0.0.4_amd64.deb
2323
only-arches: [x86_64]
2424
build-commands:
2525
- ar -x *.deb

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aurora-toolbot",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

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 = "toolbot"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Module js for native application Toolbot."
55
authors = ["keygenqt@gmail.com"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "aurora-toolbot",
44
"mainBinaryName": "aurora-toolbot",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"identifier": "com.keygenqt.aurora-toolbot",
77
"build": {
88
"frontendDist": "../dist",

src/conf/AppConf.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
export const AppConf = {
2121
apiUrl: 'http://localhost:3025/',
2222
docUrl: 'https://aurora-bot.keygenqt.com/',
23-
version: '0.0.3',
23+
version: '0.0.4',
2424
apiVersion: '0.0.1',
2525
appVersion: '0.0.6',
2626
};

0 commit comments

Comments
 (0)