Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit b7d9fbd

Browse files
committed
bump: -> 0.1.4
1 parent 435b674 commit b7d9fbd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

vibe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vibe",
33
"private": true,
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"type": "module",
66
"license": "MIT",
77
"scripts": {

vibe/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.

vibe/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 = "vibe"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A Tauri App"
55
authors = ["Saplyn"]
66
edition = "2024"

vibe/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": "vibe",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"identifier": "lyn.vibe.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

vibed/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.

vibed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vibed"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
license = "MIT"
66

0 commit comments

Comments
 (0)