Skip to content

Commit a7594fa

Browse files
committed
Bump version to 0.1.3
1 parent 74d2566 commit a7594fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## [Unreleased]
2+
3+
## [0.1.3] - 2022-12-19
24
### Enhancement
35
- Add support for non-bitmap image type.
46

@@ -26,7 +28,8 @@
2628
### Added
2729
- Implement `AsyncImageLoader`.
2830

29-
[Unreleased]: https://github.com/Looooong/UnityAsyncImageLoader/compare/v0.1.2...HEAD
31+
[Unreleased]: https://github.com/Looooong/UnityAsyncImageLoader/compare/v0.1.3...HEAD
32+
[0.1.3]: https://github.com/Looooong/UnityAsyncImageLoader/releases/tag/v0.1.3
3033
[0.1.2]: https://github.com/Looooong/UnityAsyncImageLoader/releases/tag/v0.1.2
3134
[0.1.1]: https://github.com/Looooong/UnityAsyncImageLoader/releases/tag/v0.1.1
3235
[0.1.0]: https://github.com/Looooong/UnityAsyncImageLoader/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.looooong.asyncimageloader",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"displayName": "Asynchronous Image Loader",
55
"unity": "2019.1",
66
"keywords": [

0 commit comments

Comments
 (0)