Skip to content

Commit 7a3b953

Browse files
committed
Version updated
1 parent c81245d commit 7a3b953

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.3.0]
99

1010
### Added
1111

@@ -97,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9797

9898
Initial version
9999

100+
[1.3.0]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.3.0
100101
[1.2.1]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.2.1
101102
[1.2.0]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.2.0
102103
[1.1.1]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.1.1

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "dev.klebersilva.tools.bitmapfontcreator",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "A simple tool to create bitmap fonts from a texture sprite sheet to be used with Text component.",
55
"displayName": "Bitmap Font Creator",
6-
"unity": "2021.3",
6+
"unity": "2018.3",
77
"author": {
88
"name": "Kleber Silva",
99
"url": "https://klebersilva.dev"

0 commit comments

Comments
 (0)