Skip to content

Commit

Permalink
Updating package.json for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Aug 21, 2010
1 parent 36092e8 commit d5e7d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions geddy-core/scripts/pkg.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
#git tag -a $1 -m 'version ${1}'
git archive --format=tar --prefix=geddy-$1/ $1 | gzip > geddy-$1.tar.gz
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "geddy"
, "version": "0.1.1"
, "version": "0.1.3"
, "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)"
, "scripts":
{ "install": "make && make install"
Expand Down

0 comments on commit d5e7d48

Please sign in to comment.