Skip to content

Commit f903f16

Browse files
chore(release): v1.5.1 [skip ci]
1 parent 5a68f2c commit f903f16

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monarch"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
edition = "2021"
55

66
[dependencies]

package.json

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

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 = "monarch-desktop"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "Monarch - Display Output Manager"
55
authors = ["Codex"]
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": "Monarch",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"identifier": "com.monarch.display-output-manager",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)