Skip to content

Commit 17d4150

Browse files
committed
update godot
1 parent ec278ee commit 17d4150

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

export_presets.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ architectures/armeabi-v7a=false
9494
architectures/arm64-v8a=true
9595
architectures/x86=false
9696
architectures/x86_64=false
97-
version/code=6
98-
version/name="0.0.6"
97+
version/code=7
98+
version/name="0.0.7"
9999
package/unique_name="org.grassecon.cellular"
100100
package/name="Cellular"
101101
package/signed=true
@@ -327,8 +327,8 @@ architectures/armeabi-v7a=false
327327
architectures/arm64-v8a=true
328328
architectures/x86=false
329329
architectures/x86_64=false
330-
version/code=6
331-
version/name="0.0.6"
330+
version/code=7
331+
version/name="0.0.7"
332332
package/unique_name="org.grassecon.cellular"
333333
package/name="Cellular"
334334
package/signed=true

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="Cellular"
14-
config/version="0.0.6"
14+
config/version="0.0.7"
1515
run/main_scene="res://scenes/title_screen.tscn"
1616
config/quit_on_go_back=false
1717
config/features=PackedStringArray("4.7", "C#", "GL Compatibility")

scenes/title_screen.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ theme_override_colors/font_color = Color(0.08, 0.16, 0.1, 0.86)
138138
theme_override_colors/font_outline_color = Color(1, 0.98, 0.84, 0.7)
139139
theme_override_constants/outline_size = 2
140140
theme_override_font_sizes/font_size = 16
141-
text = "v0.0.6"
141+
text = "v0.0.7"
142142
horizontal_alignment = 1
143143
vertical_alignment = 1
144144

0 commit comments

Comments
 (0)