Skip to content

Commit 923c051

Browse files
committed
chore: test release
1 parent ba1587c commit 923c051

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ alias p := pre_commit
55
alias k := kill_tauri_runs
66
alias r := tauri_dev
77
alias c := clean
8+
alias v := upgrade_version
89

910
kill_tauri_runs:
1011
echo "Killing tauri runs"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nookat",
33
"private": true,
4-
"version": "0.1.2-dev",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.

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 = "nookat"
3-
version = "0.1.2-dev"
3+
version = "0.1.2"
44
description = "Nookat is a tool for managing Docker containers"
55
authors = ["Nookat.io Developers"]
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",
33
"productName": "Nookat",
4-
"version": "0.1.2-dev",
4+
"version": "0.1.2",
55
"identifier": "io.nookat",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)