Release v0.5.0: Milestone 10 - Production Ready Features #145

Merged
gronod merged 1 commits from release/v0.5.0 into development 2026-08-29 17:52:20 +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.3.6",
"version": "0.5.0",
"type": "module",
"scripts": {
"fetch-argyll": "node scripts/fetch-argyll.mjs",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "iccery"
version = "0.3.6"
version = "0.5.0"
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.3.6",
"version": "0.5.0",
"identifier": "com.gronod.iccery",
"build": {
"frontendDist": "../src"