From b8c457eb8a268e324b8a5ef17dbc1e8775f1dca7 Mon Sep 17 00:00:00 2001 From: jedrzejchalubek Date: Tue, 27 Mar 2018 16:06:06 +0200 Subject: [PATCH] Bump v3.0.0 --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0117d12..cf4f0a1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > The `develop` branch tracks starter development and it's not a stable code. If you want a stable version, use the [`master`](//github.com/tonik/theme/tree/master) branch or one of the latest [releases](//github.com/tonik/theme/releases). -[![Build Status](https://travis-ci.org/tonik/theme.svg?branch=develop)](https://travis-ci.org/tonik/theme) [![Packagist](https://img.shields.io/packagist/dt/tonik/theme.svg)](https://github.com/tonik/theme) [![license](https://img.shields.io/github/license/tonik/theme.svg)](https://github.com/tonik/theme) +[![Build Status](https://travis-ci.org/tonik/theme.svg?branch=master)](https://travis-ci.org/tonik/theme) [![Packagist](https://img.shields.io/packagist/dt/tonik/theme.svg)](https://github.com/tonik/theme) [![license](https://img.shields.io/github/license/tonik/theme.svg)](https://github.com/tonik/theme) ### Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development. diff --git a/composer.json b/composer.json index 901ed80..87e4093 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,9 @@ "type": "wordpress-theme", "require": { "php": ">=7.0", - "tonik/gin": "dev-develop" + "tonik/gin": "^3.0.0" }, "require-dev": { - "tonik/cli": "dev-develop" + "tonik/cli": "^3.0.0" } }