Skip to content

Commit 402b344

Browse files
committed
release: 1.0.0-alpha.1
1 parent 8bff94d commit 402b344

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.0.0-alpha.1
44

55
### Fixes
66

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from enum import Enum
66

77
# *** Settings.
88

9-
VERSION = "1.0.0-alpha.0"
9+
VERSION = "1.0.0-alpha.1"
1010
COMPATIBILITY_MINIMUM = "4.5"
1111

1212

project/project.godot

Lines changed: 1 addition & 1 deletion
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="1.0.0-alpha.0"
14+
config/version="1.0.0-alpha.1"
1515
run/main_scene="uid://cqiowj0jydds1"
1616
config/features=PackedStringArray("4.5")
1717
run/flush_stdout_on_print=true

0 commit comments

Comments
 (0)