From d043c2b82a033f2d16e16a4df0f3da45b731afc4 Mon Sep 17 00:00:00 2001 From: EquinusOcio Date: Wed, 5 Jul 2017 14:40:07 +0200 Subject: [PATCH] chore: release 4.0.8 --- CHANGELOG.md | 5 +++++ package.json | 2 +- utils/info.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d12dcc278..fbc536353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [4.0.8](https://github.com/equinusocio/material-theme/compare/v4.0.7...v4.0.8) (2017-07-05) + + + ## [4.0.7](https://github.com/equinusocio/material-theme/compare/v4.0.6...v4.0.7) (2017-06-28) diff --git a/package.json b/package.json index 7ad037f24..55096fa62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-theme", - "version": "4.0.7", + "version": "4.0.8", "description": "Material Theme for Sublime Text 3", "main": "gulpfile.babel.js", "scripts": { diff --git a/utils/info.py b/utils/info.py index 1d593d7cf..583780ded 100644 --- a/utils/info.py +++ b/utils/info.py @@ -3,7 +3,7 @@ import sublime_plugin import textwrap -__version__ = '4.0.7' +__version__ = '4.0.8' __pc_name__ = 'Material Theme'