Skip to content

Commit f84866c

Browse files
committed
Bump version 23.01.15
Signed-off-by: Matt Yang <[email protected]>
1 parent 6571dca commit f84866c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

magisk/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ print_modname()
101101
echo ""
102102
echo "* Dfps https://github.com/yc9559/dfps/"
103103
echo "* Author: Matt Yang"
104-
echo "* Version: 22.08.21"
104+
echo "* Version: 23.01.15"
105105
echo ""
106106
}
107107

magisk/module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=yc_dfps
22
name=Dfps
3-
version=22.08.21
3+
version=23.01.15
44
versionCode=1
55
author=Matt Yang
66
description=Dynamic screen refresh rate controller for Android 10+. Repo: https://github.com/yc9559/dfps/

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ constexpr char AUTHOR[] = "Matt Yang ([email protected])";
3535
constexpr char HELP_DESC[] =
3636
"Dynamic screen refresh rate controller for Android 10+. Details see https://github.com/yc9559/dfps.\n"
3737
"Usage: dfps [-o log_file] config_file";
38-
constexpr char VERSION[] = "v1(22.08.21)";
38+
constexpr char VERSION[] = "v1(23.01.15)";
3939
constexpr int TERM_SIG = SIGUSR1;
4040

4141
std::string configFile;

0 commit comments

Comments
 (0)