Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Jun 28, 2019
1 parent 5b38f6a commit b3b0196
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 1.2.0

- Added custom font support, courtesy of @piepie62.

## Version 1.1.0

- Added proctex-powered untextured circle/ellipse rendering functions, courtesy of @Swiftloke.
- Added C2D_TextBufResize.
- Fixed bug involving sprite center being negative when setting a negative scale, and thus giving incorrect positioning.

## Version 1.0.0

Initial release.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif
include $(DEVKITARM)/3ds_rules

export CITRO2D_MAJOR := 1
export CITRO2D_MINOR := 1
export CITRO2D_MINOR := 2
export CITRO2D_PATCH := 0

VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)
Expand Down

0 comments on commit b3b0196

Please sign in to comment.