Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DTCurrie committed Sep 18, 2022
1 parent 8ed8c50 commit df459a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions etc/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ usage() {
exit 1
}

dry=false

while getopts t:d: flag
do
echo "flag: $flag ${OPTARG}"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swade-bot",
"version": "0.0.1",
"version": "0.1.1",
"description": "A quick and dirty discord bot for the Savage Worlds tabletop RPG",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"delay": 2500
}
}
}
}

0 comments on commit df459a5

Please sign in to comment.