From f14941b3730107f1ecb6922362cda94727f291ef Mon Sep 17 00:00:00 2001 From: agusmakmun Date: Mon, 2 Jan 2017 04:13:10 +0700 Subject: [PATCH] release v1.0.7 --- draceditor/__init__.py | 2 +- draceditor/static/js/draceditor.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/draceditor/__init__.py b/draceditor/__init__.py index 852b4cf49..61a55b4e0 100644 --- a/draceditor/__init__.py +++ b/draceditor/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__VERSION__ = '1.0.6' +__VERSION__ = '1.0.7' __AUTHOR__ = 'Agus Makmun (Summon Agus)' __AUTHOR_EMAIL__ = 'agus@python.web.id' diff --git a/draceditor/static/js/draceditor.js b/draceditor/static/js/draceditor.js index 6befac49c..3116e0972 100644 --- a/draceditor/static/js/draceditor.js +++ b/draceditor/static/js/draceditor.js @@ -1,7 +1,7 @@ /** - * Name : DracEditor v1.0.6 + * Name : DracEditor v1.0.7 * Created by : Agus Makmun (Summon Agus) - * Release date : 1-Jan-2017 + * Release date : 2-Jan-2017 * Official : https://dracos-linux.org * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 * Repository : https://github.com/agusmakmun/dracos-markdown-editor