Skip to content

Commit 186b822

Browse files
committed
typo
1 parent bebf620 commit 186b822

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

draceditor/__init__.py

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

3-
__VERSION__ = '1.0.9'
3+
__VERSION__ = '1.1.0'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

draceditor/static/js/draceditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : DracEditor v1.0.9
2+
* Name : DracEditor v1.1.0
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 2-Jan-2017
4+
* Release date : 5-Jan-2017
55
* Official : https://dracos-linux.org
66
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
77
* Repository : https://github.com/agusmakmun/dracos-markdown-editor

draceditor/templates/draceditor/guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<i class="close icon"></i>
33
<div class="header"><i class="help circle icon"></i> Markdown Guide</div>
44
<div class="content">
5-
<p>This this is powered by Markdown. For full documentation, <a href="http://commonmark.org/help/" target="_blank">click here</a></p>
5+
<p>This site is powered by Markdown. For full documentation, <a href="http://commonmark.org/help/" target="_blank">click here</a></p>
66
<table class="ui celled table markdown-reference">
77
<thead>
88
<tr>

0 commit comments

Comments
 (0)