Commit 4cacf32c authored by Calvin Metcalf's avatar Calvin Metcalf
Browse files

its $1 not $version like in the example

parent 1bce18c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ git add bower.json
git add component.json
git commit -m build
git tag $1
git push git@github.com:proj4js/proj4js.git $version
git push git@github.com:proj4js/proj4js.git $1
npm publish
jam publish
git checkout master