Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest committed Jul 18, 2020
1 parent 4241f83 commit d744398
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#### Table of Contents
- [Unreleased](#unreleased)
- [1.3.1](#131---2020-07-18)
- [1.3.0](#130---2020-07-10)
- [1.2.3](#123---2020-01-04)
- [1.2.2](#122---2019-09-14)
Expand All @@ -23,6 +24,8 @@
___

## [Unreleased][]

## [1.3.1][] - 2020-07-18
### Fixed
- Fixed `FbTooltip.SetFont()` not working.
- Fixed a memory leak when using `window.Tooltip`.
Expand Down Expand Up @@ -305,7 +308,8 @@ ___
- More rigorous error checks.
- Updated samples with compatibility fixes.

[unreleased]: https://github.com/theqwertiest/foo_spider_monkey_panel/compare/v1.3.0...HEAD
[unreleased]: https://github.com/theqwertiest/foo_spider_monkey_panel/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.2.2-preview...v1.2.3
[1.2.2]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.2.1...v1.2.2-preview
Expand Down
2 changes: 1 addition & 1 deletion foo_spider_monkey_panel/component_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define SMP_VERSION_MAJOR 1
#define SMP_VERSION_MINOR 3
#define SMP_VERSION_PATCH 1
#define SMP_VERSION_PRERELEASE_TEXT "beta"
//#define SMP_VERSION_PRERELEASE_TEXT "beta"

#ifdef SMP_VERSION_PRERELEASE_TEXT
# define SMP_VERSION_PRERELEASE "-" SMP_VERSION_PRERELEASE_TEXT
Expand Down

0 comments on commit d744398

Please sign in to comment.