Browse Source

Version Bump

Jason Crist 2 years ago
parent
commit
4c3d749ea6
4 changed files with 8 additions and 4 deletions
  1. 4 0
      muscat/readme.txt
  2. 1 1
      muscat/style.css
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 4 - 0
muscat/readme.txt

@@ -12,6 +12,10 @@ Muscat is a simple blogging WordPress theme with grid post templates and a cente
 
 == Changelog ==
 
+= 0.0.3 =
+* Add min height to post content. (#6756)
+* Muscat variation: fix rubik reference (#6757)
+
 = 0.0.2 =
 * Remove Rubik font from headings (#6754)
 

+ 1 - 1
muscat/style.css

@@ -7,7 +7,7 @@ Description: Muscat is a simple blogging WordPress theme with grid post template
 Requires at least: 5.8
 Tested up to: 5.9
 Requires PHP: 5.7
-Version: 0.0.2
+Version: 0.0.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template: 

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "themes",
-	"version": "1.0.265",
+	"version": "1.0.266",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "themes",
-			"version": "1.0.265",
+			"version": "1.0.266",
 			"license": "GPL-2.0",
 			"workspaces": [
 				"*"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.265",
+	"version": "1.0.266",
 	"description": "Automattic public themes",
 	"author": "automattic",
 	"license": "GPL-2.0",