Skip to content

Commit

Permalink
Version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
mor10 committed Aug 3, 2018
1 parent e6839b9 commit 9a7c23d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# WP Rig: WordPress Theme Boilerplate
[![Build Status](https://travis-ci.com/wprig/wprig.svg?branch=master)](https://travis-ci.com/wprig/wprig)
[![License: GPL](https://img.shields.io/aur/license/yaourt.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
![WP Rig version 1.0.2](https://img.shields.io/badge/version-1.0.1-blue.svg)
![WP Rig version 1.0.3](https://img.shields.io/badge/version-1.0.3-blue.svg)

## Your Performance-Focused Development Rig
A progressive theme development rig for WordPress, WP Rig is built to promote the latest best practices for progressive web content and optimization. Building a theme from WP Rig means adopting this approach and the core principles it is built on:
Expand Down Expand Up @@ -142,6 +142,7 @@ WP Rig is released under [GNU General Public License v3.0](https://github.com/wp
## 1.0.3
- Add Gutenberg editor-font-sizes. Props @atanas-angelov-dev
- Improve conditional logic in wprig_add_body_style(). Props @iliman
- Update WordPress Coding Standards to 1.0.0. Props @mor10

## 1.0.2
- Updated theme support for Gutenberg color palette with a single array attribute. Props @webmandesign
Expand Down
2 changes: 1 addition & 1 deletion dev/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/wprig/wprig/
Author: Morten Rand-Hendriksen et.al.
Author URI: https://github.com/wprig/wprig/
Description: A progressive theme development rig for WordPress.
Version: 1.0.1
Version: 1.0.3
License: GNU General Public License v3 or later
License URI: LICENSE
Text Domain: wprig
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wprig",
"version": "1.0.2",
"version": "1.0.3",
"description": "A progressive theme development rig for WordPress.",
"author": "Morten Rand-Hendriksen",
"license": "GPL-3.0",
Expand Down

0 comments on commit 9a7c23d

Please sign in to comment.