Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
nedex committed Apr 3, 2023
2 parents a098c40 + c237a2d commit 11b9897
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.2.8] - 2023-04-03

### Updated

- libtesla @ [779b4ea](https://github.com/WerWolv/libtesla/commit/779b4ead7df6b277b947a535544aa519785c437e)

### Credits

Thanks to [@DarkMatterCore](https://github.com/DarkMatterCore)!

## [1.2.7] - 2023-02-24

### Updated
Expand Down Expand Up @@ -69,6 +79,7 @@ Thanks to [@DarkMatterCore](https://github.com/DarkMatterCore)!

- First release

[1.2.8]: https://github.com/nedex/QuickNTP/compare/1.2.7...1.2.8
[1.2.7]: https://github.com/nedex/QuickNTP/compare/1.2.6...1.2.7
[1.2.6]: https://github.com/nedex/QuickNTP/compare/1.2.5...1.2.6
[1.2.5]: https://github.com/nedex/QuickNTP/compare/1.2.1...1.2.5
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include $(DEVKITPRO)/libnx/switch_rules
# NACP building is skipped as well.
#---------------------------------------------------------------------------------
APP_TITLE := QuickNTP
APP_VERSION := 1.2.7
APP_VERSION := 1.2.8

TARGET := $(notdir $(CURDIR))
BUILD := build
Expand Down
2 changes: 1 addition & 1 deletion libs/libtesla
Submodule libtesla updated 1 files
+119 −134 include/tesla.hpp
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class NtpGui : public tsl::Gui {
serverNames(vectorPairKeys(NTPSERVERS)) {}

virtual tsl::elm::Element* createUI() override {
auto frame = new tsl::elm::CustomOverlayFrame("QuickNTP", "by NedEX - v1.2.7");
auto frame = new tsl::elm::CustomOverlayFrame("QuickNTP", "by NedEX - v1.2.8");

auto list = new tsl::elm::List();

Expand Down

0 comments on commit 11b9897

Please sign in to comment.