We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8dfbe7 + f0d434e commit 38967ecCopy full SHA for 38967ec
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.1.0
4
5
### Features
6
SConstruct
@@ -7,7 +7,7 @@ from enum import Enum
7
8
# *** Settings.
9
10
-VERSION = "1.0.0"
+VERSION = "1.1.0"
11
COMPATIBILITY_MINIMUM = "4.5"
12
13
project/project.godot
@@ -11,7 +11,7 @@ config_version=5
[application]
config/name="Sentry demo project"
14
-config/version="1.0.0"
+config/version="1.1.0"
15
run/main_scene="uid://cqiowj0jydds1"
16
run/main_loop_type="ProjectMainLoop"
17
config/features=PackedStringArray("4.5")
0 commit comments