Skip to content

Commit fb22a42

Browse files
committed
Release 3.3.0
1 parent 0e96249 commit fb22a42

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v3.3.0 July 28, 2021
2+
- [FIX] Fix error when xml file has comments
3+
14
v3.2.0 Mar 12, 2021
25
- [FIX] Compatible with ShoeBox 3.6
36

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
4040
}
4141
],
4242
"dependencies": {
43-
"com.litefeel.bitmapfontimporter": "3.2.0",
43+
"com.litefeel.bitmapfontimporter": "3.3.0",
4444
...
4545
}
4646
}
@@ -52,7 +52,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
5252
``` js
5353
{
5454
"dependencies": {
55-
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#3.2.0",
55+
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#3.3.0",
5656
...
5757
}
5858
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.litefeel.bitmapfontimporter",
33
"displayName": "BitmapFontImporter",
4-
"version": "3.2.0",
4+
"version": "3.3.0",
55
"unity": "2018.2",
66
"description": "Bitmap Font Importer is just perfect Unity asset plugin to import any custom bitmap font to your project. \nIt easy imports any bitmap font generated by third party tools like:littera, bmGlyph, Glyph Designer 2, ShoeBox and Bitmap Font Generator",
77
"keywords": [

0 commit comments

Comments
 (0)