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.
1 parent 951df34 commit 6f32e68Copy full SHA for 6f32e68
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.1.1
4
5
### Fixes
6
SConstruct
@@ -7,7 +7,7 @@ from enum import Enum
7
8
# *** Settings.
9
10
-VERSION = "1.1.0"
+VERSION = "1.1.1"
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.1.0"
+config/version="1.1.1"
15
run/main_scene="uid://cqiowj0jydds1"
16
run/main_loop_type="ProjectMainLoop"
17
config/features=PackedStringArray("4.5")
0 commit comments