Skip to content

Commit 446cb41

Browse files
chore: bump version
1 parent 2c8594b commit 446cb41

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codequill",
33
"description": "Organize, edit, and preview code efficiently",
44
"private": true,
5-
"version": "2.0.2",
5+
"version": "2.0.3",
66
"type": "module",
77
"author": {
88
"name": "The-Best-Codes",

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
name: codequill
77
base: core22
8-
version: "2.0.2"
8+
version: "2.0.3"
99
summary: "Organize, edit, and preview code efficiently"
1010
description: |
1111
"Free tool to save, edit, and preview code efficiently."

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "codequill"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Organize, edit, and preview code efficiently"
55
authors = ["The-Best-Codes"]
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": "CodeQuill",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"identifier": "com.codequill.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)