diff --git a/Gruntfile.js b/Gruntfile.js index 9db1d00e..65b0dfbe 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -300,8 +300,8 @@ module.exports = function(grunt) { /*************************************************************************** * Tag task */ - grunt.registerTask('tag', function() { - grunt.task.run('bump-only'); + grunt.registerTask('tag', function(versionType) { + grunt.task.run('bump-only:' + (versionType || 'patch')); grunt.task.run('string-replace:config'); grunt.task.run('default'); grunt.task.run('bump-commit'); diff --git a/bower.json b/bower.json index 6cef1c34..d5ec1cc5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "stackedit", - "version": "2.2.4", + "version": "2.3.0", "description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.", "dependencies": { "bootstrap": "3.0.0", diff --git a/package.json b/package.json index 099444b6..4f6764e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stackedit", - "version": "2.2.4", + "version": "2.3.0", "description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.", "main": "res/main.js", "directories": { diff --git a/public/cache.manifest b/public/cache.manifest index b0a442b3..88e8e10c 100644 --- a/public/cache.manifest +++ b/public/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -#Date Wed Nov 20 2013 19:00:09 +#Date Wed Nov 20 2013 22:16:56 CACHE: res/worker.js diff --git a/public/res-min/main.js b/public/res-min/main.js index 417b01f1..60e5ca39 100644 --- a/public/res-min/main.js +++ b/public/res-min/main.js @@ -20684,7 +20684,7 @@ function() { var u; return c.onPagedownConfigure = function(e) { u = document.getElementById("preview-contents"); - var n = new RegExp("^" + c.config.marker + "$", "g"); + var n = new RegExp("^" + c.config.marker + "$"); e.hooks.chain("onPreviewRefresh", function() { var e = document.querySelectorAll(".table-of-contents, .toc"), i = l(); t.each(u.getElementsByTagName("p"), function(e) { @@ -21987,6 +21987,11 @@ function() { content: 'Once published, use the Publish button to update your publication.', placement: "bottom", reflex: !0 + }, { + element: ".navbar-inner", + title: "Happy StackWriting!", + content: [ 'Enjoy, and don\'t forget to rate StackEdit on Chrome Web Store.' ].join(""), + placement: "bottom" } ]), e.has(n, "welcomeTour") || i.start(), t(".action-welcome-tour").click(function() { i.restart(); });