Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 4b8407b

Browse files
committed
bumped
1 parent 7fd9208 commit 4b8407b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dist/ui-leaflet-draw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* ui-leaflet-draw
33
*
4-
* @version: 0.0.2
4+
* @version: 0.0.3
55
* @author: Nicholas McCready
6-
* @date: Thu Mar 17 2016 00:58:20 GMT-0400 (EDT)
6+
* @date: Thu Mar 17 2016 01:02:31 GMT-0400 (EDT)
77
* @license: MIT
88
*/
99

gulp/tasks/bump.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ commit = (semverLevel, doCommit = true, dryRun = false, files = commitFiles) ->
4141
bumpDistCommmit = (semverLevel, doCommit, dryRun) ->
4242
tasks = []
4343

44-
tasks.push ->
45-
bumpThis(semverLevel, doCommit, dryRun)
46-
4744
if !dryRun
4845
tasks.push 'build'
4946

47+
tasks.push ->
48+
bumpThis(semverLevel, doCommit, dryRun)
49+
5050
tasks.push commit(semverLevel, doCommit, dryRun)
5151

5252
gulp.series tasks...

0 commit comments

Comments
 (0)