Skip to content

Commit

Permalink
Make version syntax make a tiny bit more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Bloom committed Jan 11, 2014
1 parent c7f25d2 commit a7496fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exec '/usr/bin/env git describe HEAD --tags', (err, stdout, stderr) ->
if err or stderr
throw new Error "Error getting git versioning info"

bannerDeferred.resolve "/*! #{ pkg.name } #{ stdout.trim() } */\n"
bannerDeferred.resolve "/*! #{ pkg.name } #{ pkg.version } (#{ stdout.trim() }) */\n"

gulp.task 'coffee', ->
gulp.src('./coffee/*')
Expand Down
2 changes: 1 addition & 1 deletion tether.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! tether v0.2.8-10-gc7da4d5 */
/*! tether 0.3.0 (v0.3.0) */
(function() {
var Evented, addClass, extend, getBounds, getOffsetParent, getScrollParent, hasClass, removeClass,
__hasProp = {}.hasOwnProperty,
Expand Down
2 changes: 1 addition & 1 deletion tether.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7496fc

Please sign in to comment.