Skip to content

Commit 8c0cec8

Browse files
committed
release: 0.5.0
1 parent cc7b1ae commit 8c0cec8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.5.0
44

55
### Breaking changes
66

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from functools import partial
66

77
# *** Setting.
88

9-
VERSION = "0.5.0-dev"
9+
VERSION = "0.5.0"
1010
PROJECT_DIR = "project"
1111
EXTENSION_NAME = "sentrysdk"
1212
COMPATIBILITY_MINIMUM = "4.3"

project/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config_version=5
1111
[application]
1212

1313
config/name="Sentry demo project"
14-
config/version="0.4.2"
14+
config/version="0.5.0"
1515
run/main_scene="res://main.tscn"
1616
config/features=PackedStringArray("4.3")
1717
run/flush_stdout_on_print=true

0 commit comments

Comments
 (0)