Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdaniell committed May 19, 2021
1 parent 3f1c211 commit 4a1ec33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .idea/workspace.xml

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

3 changes: 2 additions & 1 deletion build_and_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
go build -o bin/recipe-cli -v .
git commit -am "update"
git tag -a v1.1.5 -m "Alpha Release" && git push origin v1.1.5
git tag -a v1.1.6 -m "Alpha Release" && git push origin v1.1.6
npm publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recipe-cli",
"version": "1.1.3",
"version": "1.1.6",
"description": "Easy cli solution to generate boilerplate projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4a1ec33

Please sign in to comment.