Skip to content

Commit 8e553e1

Browse files
committed
release: 0.1.0
1 parent 8f79381 commit 8e553e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.1.0
44

55
### Features
66

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from functools import partial
66

77
# *** Setting.
88

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

project/project.godot

+1-1
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.1.0-dev"
14+
config/version="0.1.0"
1515
run/main_scene="res://main.tscn"
1616
config/features=PackedStringArray("4.3")
1717

0 commit comments

Comments
 (0)