Skip to content

Commit

Permalink
Bump version 23.01.15
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Yang <[email protected]>
  • Loading branch information
yc9559 committed Jan 15, 2023
1 parent 6571dca commit f84866c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion magisk/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ print_modname()
echo ""
echo "* Dfps https://github.com/yc9559/dfps/"
echo "* Author: Matt Yang"
echo "* Version: 22.08.21"
echo "* Version: 23.01.15"
echo ""
}

Expand Down
2 changes: 1 addition & 1 deletion magisk/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=yc_dfps
name=Dfps
version=22.08.21
version=23.01.15
versionCode=1
author=Matt Yang
description=Dynamic screen refresh rate controller for Android 10+. Repo: https://github.com/yc9559/dfps/
Expand Down
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ constexpr char AUTHOR[] = "Matt Yang ([email protected])";
constexpr char HELP_DESC[] =
"Dynamic screen refresh rate controller for Android 10+. Details see https://github.com/yc9559/dfps.\n"
"Usage: dfps [-o log_file] config_file";
constexpr char VERSION[] = "v1(22.08.21)";
constexpr char VERSION[] = "v1(23.01.15)";
constexpr int TERM_SIG = SIGUSR1;

std::string configFile;
Expand Down

0 comments on commit f84866c

Please sign in to comment.