1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Bump version to 3.2.4-beta

This commit is contained in:
Rémi Verschelde
2020-09-18 08:28:18 +02:00
parent 31d0f8ad8d
commit 2d52da7b8f
2 changed files with 4 additions and 4 deletions

View File

@@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.3</string>
<string>3.2.4</string>
<key>CFBundleSignature</key>
<string>godot</string>
<key>CFBundleVersion</key>
<string>3.2.3</string>
<string>3.2.4</string>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone access is required to capture audio.</string>
<key>NSCameraUsageDescription</key>

View File

@@ -2,8 +2,8 @@ short_name = "godot"
name = "Godot Engine"
major = 3
minor = 2
patch = 3
status = "stable"
patch = 4
status = "beta"
module_config = ""
year = 2020
website = "https://godotengine.org"