Skip to content

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Mar 20, 2022
1 parent 24a6016 commit d1c99c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2022-03-21

### Added

- New AntialiasedPolygon2D helper node.
Expand All @@ -22,4 +24,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial versioned release.

[Unreleased]: https://github.com/godot-extended-libraries/godot-antialiased-line2d/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/godot-extended-libraries/godot-antialiased-line2d/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/godot-extended-libraries/godot-antialiased-line2d/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion addons/antialiased_line2d/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Antialiased Line2D"
description="Antialiased Line2D for any line width (supports GLES3 and GLES2)"
author="Calinou"
version="1.0.0"
version="1.1.0"
script="plugin.gd"

0 comments on commit d1c99c8

Please sign in to comment.