Version Bump
This commit is contained in:
parent
78a752afb7
commit
6b33e2411b
4 changed files with 7 additions and 4 deletions
|
@ -12,6 +12,9 @@ Bitácora is a simple old-school blog theme.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.8 =
|
||||
* Bitacora: Edit sidebar markup to use aside (#7278)
|
||||
|
||||
= 1.0.7 =
|
||||
* Small tweaks to force update following `style-variations` tag fix (#7209)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Bitácora is a simple old-school blog theme.
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.1.1
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Template:
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.392",
|
||||
"version": "1.0.393",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.392",
|
||||
"version": "1.0.393",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.392",
|
||||
"version": "1.0.393",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
Loading…
Reference in a new issue