Skip to content

Commit 3401fb6

Browse files
committed
chore: bump version
1 parent 6255915 commit 3401fb6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "dive",
33
"private": true,
4-
"version": "0.14.1",
4+
"version": "0.14.2",
55
"type": "module",
66
"main": "dist-electron/main/index.js",
77
"workspaces": [

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 = "dive"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
description = "Dive"
55
authors = ["Open Agent Platform"]
66
license = "MIT"

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": "dive",
4-
"version": "0.14.1",
4+
"version": "0.14.2",
55
"identifier": "ai.oaphub.dive",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)