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 951df34 + 6f32e68 commit 4e338e4Copy full SHA for 4e338e4
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