Skip to content

Commit 031d1e7

Browse files
committed
chore: bump versions for v0.4.0 (Godot) and v0.3.0 (VS Code)
New features in this release: - Commands system for triggering game effects - Live host state dictionary - Pre-populated save variable support
1 parent fa95416 commit 031d1e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bindings/godot/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.

bindings/godot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bobbin-godot"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55

66
[lib]

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bobbin-vscode",
33
"displayName": "Bobbin",
44
"description": "Bobbin narrative scripting language support for branching dialogue and interactive stories",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"publisher": "snowfrog-studio",
77
"license": "SEE LICENSE IN LICENSE.md",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)