Skip to content

Commit 96d1db4

Browse files
committed
Bump version to 0.6.1
1 parent ff1dfab commit 96d1db4

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

RELEASING.linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -euo pipefail
2222

2323
# --- Set versions ---
2424
# Update these two values each release.
25-
RELEASE_VERSION="0.6.0"
25+
RELEASE_VERSION="0.6.1"
2626
PREV_VERSION="0.5.1"
2727

2828
# --- Update version fields (manual check afterwards) ---

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -euo pipefail
99

1010
# --- Set versions ---
1111
# Update these two values each release.
12-
RELEASE_VERSION="0.6.0"
12+
RELEASE_VERSION="0.6.1"
1313
PREV_VERSION="0.5.1"
1414

1515
# --- Update version fields (manual check afterwards) ---

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "codex-monitor",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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": "CodexMonitor",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"identifier": "com.dimillian.codexmonitor",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)