Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SegFault42 committed Jun 7, 2020
1 parent c391b0a commit 3d3a468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 := sys-ftpd-ovl
APP_VERSION := 1.0.0
APP_VERSION := 1.0.1

TARGET := $(notdir $(CURDIR))
BUILD := build
Expand Down
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class GuiTest : public tsl::Gui {
// Called when this Gui gets loaded to create the UI
// Allocate all elements on the heap. libtesla will make sure to clean them up when not needed anymore
virtual tsl::elm::Element* createUI() override {
auto frame = new tsl::elm::OverlayFrame("sys-ftpd-ovl", "v1.0.0");
auto frame = new tsl::elm::OverlayFrame("sys-ftpd-ovl", "v1.0.1");

// A list that can contain sub elements and handles scrolling
auto list = new tsl::elm::List();
Expand Down

0 comments on commit 3d3a468

Please sign in to comment.