From 41e907ca4e93500b3bdc8e9b3fea7ece4aa38cb5 Mon Sep 17 00:00:00 2001 From: Summon Agus Date: Sun, 13 Jun 2021 11:36:54 +0700 Subject: [PATCH] bump version --- martor/__init__.py | 2 +- martor/static/martor/css/martor-admin.min.css | 4 ++-- martor/static/martor/css/martor.bootstrap.min.css | 4 ++-- martor/static/martor/css/martor.semantic.min.css | 4 ++-- martor/static/martor/js/martor.bootstrap.js | 4 ++-- martor/static/martor/js/martor.bootstrap.min.js | 4 ++-- martor/static/martor/js/martor.semantic.js | 4 ++-- martor/static/martor/js/martor.semantic.min.js | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/martor/__init__.py b/martor/__init__.py index 72ed5b593..72f86058c 100644 --- a/martor/__init__.py +++ b/martor/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__VERSION__ = '1.6.2' +__VERSION__ = '1.6.3' __AUTHOR__ = 'Agus Makmun (Summon Agus)' __AUTHOR_EMAIL__ = 'summon.agus@gmail.com' diff --git a/martor/static/martor/css/martor-admin.min.css b/martor/static/martor/css/martor-admin.min.css index 214fc6bcd..be0043f1a 100644 --- a/martor/static/martor/css/martor-admin.min.css +++ b/martor/static/martor/css/martor-admin.min.css @@ -1,7 +1,7 @@ /** - * Name : Martor v1.6.2 + * Name : Martor v1.6.3 * Created by : Agus Makmun (Summon Agus) - * Release date : 07-Apr-2021 + * Release date : 13-Jun-2021 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 * Repository : https://github.com/agusmakmun/django-markdown-editor **/ diff --git a/martor/static/martor/css/martor.bootstrap.min.css b/martor/static/martor/css/martor.bootstrap.min.css index c20b4003c..f4c121342 100644 --- a/martor/static/martor/css/martor.bootstrap.min.css +++ b/martor/static/martor/css/martor.bootstrap.min.css @@ -1,7 +1,7 @@ /** - * Name : Martor v1.6.2 + * Name : Martor v1.6.3 * Created by : Agus Makmun (Summon Agus) - * Release date : 07-Apr-2021 + * Release date : 13-Jun-2021 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 * Repository : https://github.com/agusmakmun/django-markdown-editor **/ diff --git a/martor/static/martor/css/martor.semantic.min.css b/martor/static/martor/css/martor.semantic.min.css index 543a32ee6..d5ffd449f 100644 --- a/martor/static/martor/css/martor.semantic.min.css +++ b/martor/static/martor/css/martor.semantic.min.css @@ -1,7 +1,7 @@ /** - * Name : Martor v1.6.2 + * Name : Martor v1.6.3 * Created by : Agus Makmun (Summon Agus) - * Release date : 07-Apr-2021 + * Release date : 13-Jun-2021 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 * Repository : https://github.com/agusmakmun/django-markdown-editor **/ diff --git a/martor/static/martor/js/martor.bootstrap.js b/martor/static/martor/js/martor.bootstrap.js index db7f110d0..0bd7504c0 100644 --- a/martor/static/martor/js/martor.bootstrap.js +++ b/martor/static/martor/js/martor.bootstrap.js @@ -1,7 +1,7 @@ /** - * Name : Martor v1.6.2 + * Name : Martor v1.6.3 * Created by : Agus Makmun (Summon Agus) - * Release date : 07-Apr-2021 + * Release date : 13-Jun-2021 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 * Repository : https://github.com/agusmakmun/django-markdown-editor **/ diff --git a/martor/static/martor/js/martor.bootstrap.min.js b/martor/static/martor/js/martor.bootstrap.min.js index c5cfc7bd0..94beddbe9 100644 --- a/martor/static/martor/js/martor.bootstrap.min.js +++ b/martor/static/martor/js/martor.bootstrap.min.js @@ -1,7 +1,7 @@ /** - * Name : Martor v1.6.2 + * Name : Martor v1.6.3 * Created by : Agus Makmun (Summon Agus) - * Release date : 07-Apr-2021 + * Release date : 13-Jun-2021 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 * Repository : https://github.com/agusmakmun/django-markdown-editor **/ diff --git a/martor/static/martor/js/martor.semantic.js b/martor/static/martor/js/martor.semantic.js index e35951dbc..42280829d 100644 --- a/martor/static/martor/js/martor.semantic.js +++ b/martor/static/martor/js/martor.semantic.js @@ -1,7 +1,7 @@ /** - * Name : Martor v1.6.2 + * Name : Martor v1.6.3 * Created by : Agus Makmun (Summon Agus) - * Release date : 07-Apr-2021 + * Release date : 13-Jun-2021 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 * Repository : https://github.com/agusmakmun/django-markdown-editor **/ diff --git a/martor/static/martor/js/martor.semantic.min.js b/martor/static/martor/js/martor.semantic.min.js index a305c4ed5..87e11acf5 100644 --- a/martor/static/martor/js/martor.semantic.min.js +++ b/martor/static/martor/js/martor.semantic.min.js @@ -1,7 +1,7 @@ /** - * Name : Martor v1.6.2 + * Name : Martor v1.6.3 * Created by : Agus Makmun (Summon Agus) - * Release date : 07-Apr-2021 + * Release date : 13-Jun-2021 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 * Repository : https://github.com/agusmakmun/django-markdown-editor **/