We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f79381 commit 8e553e1Copy full SHA for 8e553e1
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.1.0
4
5
### Features
6
SConstruct
@@ -6,7 +6,7 @@ from functools import partial
7
# *** Setting.
8
9
-VERSION = "0.1.0-dev"
+VERSION = "0.1.0"
10
PROJECT_DIR = "project"
11
EXTENSION_NAME = "sentrysdk"
12
COMPATIBILITY_MINIMUM = "4.3"
project/project.godot
@@ -11,7 +11,7 @@ config_version=5
[application]
13
config/name="Sentry demo project"
14
-config/version="0.1.0-dev"
+config/version="0.1.0"
15
run/main_scene="res://main.tscn"
16
config/features=PackedStringArray("4.3")
17
0 commit comments