Skip to content

Commit

Permalink
Update version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzter committed Sep 4, 2023
1 parent 2f4843d commit 83df2b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.0.4.1"
application/product_version="0.0.4.2"
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.4.1"
application/version="0.4.1"
application/short_version="0.4.2"
application/version="0.4.2"
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=7
version/name="0.4.1"
version/code=8
version/name="0.4.2"
package/unique_name="org.godotengine.supertuxclassic"
package/name="SuperTux Classic"
package/signed=true
Expand Down
2 changes: 1 addition & 1 deletion SourceCode/scenes/menus/TitleScreen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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.4.1"
text = "Release v0.4.2"
valign = 2

[node name="Menu" type="Control" parent="TitleContent"]
Expand Down

0 comments on commit 83df2b3

Please sign in to comment.