diff --git a/README.md b/README.md index 3e4dec9..4fc17cb 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ This means all 165+ styles automatically meet WCAG AAA contrast requirements reg **TypoGenie is fully portable** - no installation, no registry entries, no files scattered across your system. Just download and run: -- 🪟 **Windows**: [`TypoGenie-v1.1.0-Portable.zip`](https://git.lashman.live/lashman/typogenie/releases) - Extract and run, nothing else needed +- 🪟 **Windows**: [`TypoGenie-v1.2.0-Portable.zip`](https://git.lashman.live/lashman/typogenie/releases) - Extract and run, nothing else needed **How it works:** ``` diff --git a/package.json b/package.json index 7bc702d..ebbe0b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typogenie", "private": true, - "version": "1.0.0", + "version": "1.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7e51150..7c21bb0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typogenie" -version = "1.0.0" +version = "1.2.0" description = "TypoGenie - Portable Markdown to Word document converter" authors = ["TypoGenie Contributors"] license = "CC0-1.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3e6b493..b109c02 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "TypoGenie", - "version": "1.0.0", + "version": "1.2.0", "identifier": "live.lashman.typogenie", "build": { "frontendDist": "../dist",