Skip to content

Commit

Permalink
Update version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzter committed May 27, 2023
1 parent af24fe5 commit cee878b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions SourceCode/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ codesign/custom_options=PoolStringArray( )
application/modify_resources=true
application/icon="res://icon.ico"
application/file_version=""
application/product_version="0.3.4"
application/product_version="0.3.5"
application/company_name="SuperTux Team"
application/product_name="SuperTux Classic"
application/file_description="2D Platformer game!"
Expand Down Expand Up @@ -124,8 +124,8 @@ application/icon="res://icon.icns"
application/identifier="com.supertux.game"
application/signature=""
application/app_category="Games"
application/short_version="0.3.4"
application/version="0.3.4"
application/short_version="0.3.5"
application/version="0.3.5"
application/copyright="Open Source Software"
display/high_res=false
privacy/microphone_usage_description=""
Expand Down Expand Up @@ -207,8 +207,8 @@ keystore/release="C:/Users/Alex/SuperTux-Classic/SourceCode/android/supertuxclas
keystore/release_user="supertuxclassic"
keystore/release_password="supertuxclassic"
one_click_deploy/clear_previous_install=false
version/code=4
version/name="0.3.4"
version/code=5
version/name="0.3.5"
package/unique_name="org.godotengine.supertuxclassic"
package/name="SuperTux Classic"
package/signed=true
Expand Down
3 changes: 1 addition & 2 deletions SourceCode/scenes/menus/TitleScreen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ margin_right = 125.0
margin_bottom = -2.0
custom_colors/font_color = Color( 0.992157, 1, 0, 1 )
custom_fonts/font = ExtResource( 5 )
text = "Release v0.3.4"
text = "Release v0.3.5"
valign = 2

[node name="Menu" type="Control" parent="TitleContent"]
Expand Down Expand Up @@ -123,7 +123,6 @@ margin_right = 350.0
margin_bottom = 135.0
focus_neighbour_top = NodePath("../Options")
focus_neighbour_bottom = NodePath("../Credits")
disabled = true
text = "Level Editor"

[node name="Credits" type="Button" parent="TitleContent/Menu/VBoxContainer"]
Expand Down

0 comments on commit cee878b

Please sign in to comment.