Skip to content

Commit

Permalink
Bump project version to 1.1
Browse files Browse the repository at this point in the history
Readme still needs updating after the final test and
before we push the tag for the release.
  • Loading branch information
YuriSizov committed Oct 30, 2024
1 parent ede9c43 commit 2cd58a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gui/panels/BrandingPanel.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[sub_resource type="ShaderMaterial" id="ShaderMaterial_t4i82"]
resource_local_to_scene = true
shader = ExtResource("1_xepf3")
shader_parameter/size = Vector2(253, 63)
shader_parameter/size = Vector2(265, 66)
shader_parameter/light_intensity = 0.0
shader_parameter/light_smoothness = 0.003
shader_parameter/light_inverted = 0
Expand Down Expand Up @@ -85,7 +85,7 @@ theme_override_colors/font_color = Color(0.656212, 0.701289, 0.713706, 1)
theme_override_colors/font_shadow_color = Color(0.203922, 0.239216, 0.266667, 1)
theme_override_constants/shadow_offset_x = 2
theme_override_constants/shadow_offset_y = 2
text = "v1.0"
text = "v1.1"

[node name="Spacer" type="Control" parent="Content/Layout/Remarks"]
custom_minimum_size = Vector2(12, 0)
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config_version=5

config/name="Glasan FX"
config/description="A simple sound effects tool made with GDSiON."
config/version="1.0.0"
config/version="1.1.0"
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
run/max_fps=200
Expand Down

0 comments on commit 2cd58a1

Please sign in to comment.