Skip to content

Commit

Permalink
(meta ver) Releasing v5, ‘nordic paws’
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Apr 11, 2015
1 parent 7f1be33 commit 86e8e81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Executables/paws.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@ version = ->
# TODO: Extract this `git describe`-style, platform-independant?
release = module.package['version'].split('.')[0]
release_name = module.package['version-name']
spec_name = module.package['spec-name']
err.write """
Paws.js release #{release}, “#{release_name}
conforming to: Paws' Nucleus 10 (ish.)
conforming to: #{spec_name}
""" + "\n"
process.exit 1

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

, "name" : "Paws.js"
, "private" : true
, "version" : "4.0.0"
, "version-name" : "brillig paws"
, "version" : "5.0.0"
, "version-name" : "nordic paws"

, "spec-name" : "Paws' Nucleus 10 (ish.)"

, "main" : "Library/Paws.js"

Expand Down

0 comments on commit 86e8e81

Please sign in to comment.