Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Jul 27, 2021
1 parent 0e96249 commit fb22a42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.3.0 July 28, 2021
- [FIX] Fix error when xml file has comments

v3.2.0 Mar 12, 2021
- [FIX] Compatible with ShoeBox 3.6

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
}
],
"dependencies": {
"com.litefeel.bitmapfontimporter": "3.2.0",
"com.litefeel.bitmapfontimporter": "3.3.0",
...
}
}
Expand All @@ -52,7 +52,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
``` js
{
"dependencies": {
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#3.2.0",
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#3.3.0",
...
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.litefeel.bitmapfontimporter",
"displayName": "BitmapFontImporter",
"version": "3.2.0",
"version": "3.3.0",
"unity": "2018.2",
"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",
"keywords": [
Expand Down

0 comments on commit fb22a42

Please sign in to comment.