diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b38810..9ff4f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.9.1](https://github.com/dropecho/lib_example/compare/0.9.0...0.9.1) (2022-12-03) + + +### Bug Fixes + +* Add version to built dll. ([f0d3aa2](https://github.com/dropecho/lib_example/commit/f0d3aa2ba44ba86a60c770b403a52872401f6ecd)) + # [0.9.0](https://github.com/dropecho/lib_example/compare/0.8.0...0.9.0) (2022-12-03) diff --git a/haxelib.json b/haxelib.json index 48e11b9..7aefdc4 100644 --- a/haxelib.json +++ b/haxelib.json @@ -10,8 +10,8 @@ "contributors": [ "vantreeseba" ], - "version": "0.9.0", - "releasenote": "Release version 0.9.0. See CHANGELOG.md for details.", + "version": "0.9.1", + "releasenote": "Release version 0.9.1. See CHANGELOG.md for details.", "tags": [ "example" ], diff --git a/package.json b/package.json index 11382e9..b3a0687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/lib_example", - "version": "0.9.0", + "version": "0.9.1", "description": "An example haxelib that outputs to multiple targets.", "author": "vantreeseba ", "repository": "github:dropecho/lib_example",