From 588a1bca722348866ee129737650c6028ec2c776 Mon Sep 17 00:00:00 2001 From: Viosey Date: Sun, 9 Apr 2017 13:25:38 +0800 Subject: [PATCH] style(version): update version --- README.md | 2 +- layout/_partial/head.ejs | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2aada0c81..a4ce5c0cd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ [![Author](https://img.shields.io/badge/author-Viosey-blue.svg?style=flat-square)](https://viosey.com) [![QQ Group](https://img.shields.io/badge/QQ%20%E7%BE%A4-566308505-blue.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=40Vdy24) -[![Version](https://img.shields.io/badge/version-1.3.2-green.svg?style=flat-square)]() +[![Version](https://img.shields.io/badge/version-1.3.3-green.svg?style=flat-square)]() [![Hexo](https://img.shields.io/badge/hexo-3.0+-green.svg?style=flat-square)](https://hexo.io) [![Build Status](https://img.shields.io/travis/viosey/hexo-theme-material.svg?style=flat-square)](https://travis-ci.org/viosey/hexo-theme-material) diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 2db27735f..160f66e67 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -1,8 +1,8 @@ - + Version: 1.3.3 --> <% diff --git a/package.json b/package.json index b8c677dbc..563af5d45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-material", - "version": "1.3.2", + "version": "1.3.3", "description": "Material Design Theme for Hexo", "scripts": { "test": "echo \"Error: no test specified\"",