Skip to content

Commit 47252d4

Browse files
stultusclaude
andcommitted
chore: bump version to 0.3.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ca0cf3 commit 47252d4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

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

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 = "scriptty"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Offline screenwriting for Malayalam and English writers"
55
authors = ["Hrishikesh Bhaskaran"]
66
license = "MIT"

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": "Scriptty",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"identifier": "app.scriptty.screenplay",
66
"build": {
77
"frontendDist": "../build",

src/lib/components/AboutModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</div>
3232

3333
<h1 class="app-name">Scriptty</h1>
34-
<p class="version">Version 0.3.1</p>
34+
<p class="version">Version 0.3.2</p>
3535
<p class="tagline">Write in the language you dream in.</p>
3636

3737
<hr class="divider" />

0 commit comments

Comments
 (0)