chore(release): bump version to 0.5.3 #157

Merged
gronod merged 1 commits from release/v0.5.3 into development 2026-08-30 21:48:03 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "iccery",
"private": true,
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"scripts": {
"fetch-argyll": "node scripts/fetch-argyll.mjs",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "iccery"
version = "0.5.2"
version = "0.5.3"
description = "Modern Printer Profiling UI frontend for ArgyllCMS"
authors = ["Gordon"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ICCery",
"version": "0.5.2",
"version": "0.5.3",
"identifier": "com.gronod.iccery",
"build": {
"frontendDist": "../src"