Skip to content

Commit 093d6ec

Browse files
committed
update 0.0.21
1 parent ec68b19 commit 093d6ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-tinymce-4",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"homepage": "https://github.com/ITCase-django/django-tinymce-4",
55
"authors": [
66
"ITCase <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "django-tinymce-4",
33
"title": "Integrate TinyMCE4 in Django projects",
44
"description": "",
5-
"version": "0.0.20",
5+
"version": "0.0.21",
66
"homepage": "http://www.github.com/ITCase-django/django-tinymce-4/",
77
"author": "ITCase <[email protected]> (http://www.itcase.pro/)",
88
"repository": {

tinymce_4/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.0.20'
3+
__version__ = '0.0.21'

0 commit comments

Comments
 (0)