Skip to content

Commit 9104062

Browse files
committed
chore: bump version to 1.5.2
1 parent 79bde1c commit 9104062

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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": "antigravity-agent",
33
"private": true,
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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 = "antigravity-agent"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
description = "Antigravity Agent - Account management tool"
55
authors = ["Kiki"]
66
edition = "2021"

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.0.0",
33
"productName": "Antigravity Agent",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"identifier": "com.antigravity-agent.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)