Skip to content

Commit 61f5eba

Browse files
authored
Merge pull request #9 from Zehir/changeset-release/main
Version Packages
2 parents 10d1ec2 + 463fe96 commit 61f5eba

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

.changeset/fast-olives-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- ef3cc9f: Removed demo folder from main build.
8+
39
## 2.3.0
410

511
### Minor Changes

addons/hexagon_tilemaplayer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- ef3cc9f: Removed demo folder from main build.
8+
39
## 2.3.0
410

511
### Minor Changes

addons/hexagon_tilemaplayer/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Hexagon TileMapLayer"
44
description="Set of tools to use hexagon based tilemap in Godot with A* pathfinding and cube coordinates system."
55
author="Zehir"
6-
version="2.3.0"
6+
version="2.3.1"
77
script="plugin.gd"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexagon-tile-map-layer",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"godotVersion": "4.4",
55
"category": "2D Tools",
66
"displayName": "Hexagon TileMapLayer",

0 commit comments

Comments
 (0)