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", "name": "core-cooldown",
"private": true, "private": true,
"version": "0.1.1", "version": "0.1.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

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

View File

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