Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Dec 3, 2014
1 parent fe2f3b4 commit dd26960
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "0.2.13",
"version": "0.2.14",
"authors": [
"knsv <knut@sveido.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/mermaid.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -13001,7 +13001,7 @@ process.chdir = function (dir) {
},{}],102:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.2.12",
"version": "0.2.14",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dist/mermaid.full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mermaid.slim.js
Original file line number Diff line number Diff line change
Expand Up @@ -12969,7 +12969,7 @@ process.chdir = function (dir) {
},{}],102:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.2.12",
"version": "0.2.14",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dist/mermaid.slim.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ function inc(importance) {
// bump the version number in those files
.pipe(bump({type: importance}))
// save it back to filesystem
.pipe(gulp.dest('./'))
.pipe(gulp.dest('./'));
// commit the changed version number
.pipe(git.commit('bumps package version'))
//.pipe(git.commit('bumps package version'))

// read only one file to get the version number
.pipe(filter('package.json'))
//.pipe(filter('package.json'))
// **tag it in the repository**
.pipe(tag_version());
//.pipe(tag_version());
}

gulp.task('patch', function() { return inc('patch'); })
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "0.2.13",
"version": "0.2.14",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit dd26960

Please sign in to comment.