Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Aug 31, 2014
1 parent 92772e5 commit e8ebd61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dist/summernote.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Super simple wysiwyg editor on Bootstrap v0.5.7
* Super simple wysiwyg editor on Bootstrap v0.5.8
* http://hackerwins.github.io/summernote/
*
* summernote.js
* Copyright 2013 Alan Hong. and outher contributors
* summernote may be freely distributed under the MIT license./
*
* Date: 2014-08-31T03:48Z
* Date: 2014-08-31T03:57Z
*/
(function (factory) {
/* global define */
Expand Down Expand Up @@ -1088,7 +1088,7 @@

var settings = {
// version
version: '0.5.7',
version: '0.5.8',

/**
* options
Expand Down Expand Up @@ -4503,7 +4503,7 @@
'<div class="title">' + lang.shortcut.shortcuts + '</div>' +
(agent.isMac ? tplShortcutTable(lang, options) : replaceMacKeys(tplShortcutTable(lang, options))) +
'<p class="text-center">' +
'<a href="//hackerwins.github.io/summernote/" target="_blank">Summernote 0.5.7</a> · ' +
'<a href="//hackerwins.github.io/summernote/" target="_blank">Summernote 0.5.8</a> · ' +
'<a href="//github.com/HackerWins/summernote" target="_blank">Project</a> · ' +
'<a href="//github.com/HackerWins/summernote/issues" target="_blank">Issues</a>' +
'</p>';
Expand Down
Loading

0 comments on commit e8ebd61

Please sign in to comment.