Skip to content

Commit 33209ab

Browse files
committed
Additional versioning
1 parent e13fb1b commit 33209ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-theme-base",
3-
"version": "2020.3.1",
3+
"version": "2020.11.1",
44
"description": "Base WordPress theme for Creative Commons websites",
55
"main": "index.js",
66
"dependencies": {},

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Functions: list
44
*
5-
* @version 2020.04.1
5+
* @version 2020.10.1
66
* @package wp-theme-base
77
*/
88

@@ -105,7 +105,7 @@ class Site {
105105
public $show_welcome = true;
106106

107107
const id = __CLASS__;
108-
const theme_ver = '2020.04.1';
108+
const theme_ver = '2020.10.1';
109109
private function __construct() {
110110
$this->actions_manager();
111111

0 commit comments

Comments
 (0)