Bump version to 0.1.2

This commit is contained in:
Your Name
2026-02-07 12:16:03 +02:00
parent 4cbf4c5bb8
commit 460bf2c613
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "core-cooldown",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
[package]
name = "core-cooldown"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
[lib]

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
"productName": "Core Cooldown",
"version": "0.1.1",
"version": "0.1.2",
"identifier": "com.corecooldown.app",
"build": {
"frontendDist": "../dist",