Skip to content

Commit f5ad8e9

Browse files
committed
Bump version to 0.1.1
1 parent 8b3eb5c commit f5ad8e9

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.1] - 2021-07-30
24
### Added
35
- Add `CHANGELOG.md`.
46

@@ -14,5 +16,6 @@
1416
### Added
1517
- Implement `AsyncImageLoader`.
1618

17-
[Unreleased]: https://github.com/Looooong/UnityAsyncImageLoader/compare/v0.1.0...HEAD
19+
[Unreleased]: https://github.com/Looooong/UnityAsyncImageLoader/compare/v0.1.1...HEAD
20+
[0.1.1]: https://github.com/Looooong/UnityAsyncImageLoader/releases/tag/v0.1.1
1821
[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.0",
3+
"version": "0.1.1",
44
"displayName": "Asynchronous Image Loader",
55
"unity": "2019.1",
66
"keywords": [

0 commit comments

Comments
 (0)