Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Feb 18, 2024
1 parent e39ad68 commit 1640756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Terrain3D"
description="A high performance, editable terrain system for Godot 4."
author="Cory Petkovsek & Roope Palmroos"
version="0.9.1-dev"
version="0.9.1"
script="editor/editor.gd"
2 changes: 1 addition & 1 deletion src/terrain_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Terrain3D : public Node3D {

private:
// Terrain state
String _version = "0.9.1-dev";
String _version = "0.9.1";
bool _is_inside_world = false;
bool _initialized = false;

Expand Down

0 comments on commit 1640756

Please sign in to comment.