Skip to content

Commit 20d042d

Browse files
LightLight
authored andcommitted
chore(release): 1.1.0
1 parent cf29bd7 commit 20d042d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "WebStackTypechoTheme",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"package": "WebStack"
55
}

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
function themeConfig($form)
88
{
9-
$v_time = '1.0.0';
9+
$v_time = '1.1.0';
1010
$theme_url = '/' . str_replace(Helper::options()->siteUrl, "", Helper::options()->themeUrl);
1111

1212
echo <<<EOD

src/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @package WebStack Typecho Theme
99
* @author Light
10-
* @version 1.0.0
10+
* @version 1.1.0
1111
* @link https://github.com/LightAPIs
1212
*/
1313

0 commit comments

Comments
 (0)