Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sap1ens committed Jul 11, 2016
1 parent 7e734e9 commit 1e94036
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.2 (2016-06-24)

Added some features for ZenHub!

## 0.9.0 (2016-06-09)

Added new `setup` command.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syrup for your waffles

Scrum workflow CLI for GitHub with or without [Waffle.io](https://waffle.io). Can be also used with [ZenHub](https://www.zenhub.com). Currently only supports CLI mode.
Scrum workflow CLI for GitHub with or without [Waffle.io](https://waffle.io). Can also be used with [ZenHub](https://www.zenhub.com). Currently only supports CLI mode.

Features:
- List all Sprints with associated issues and details
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syrup-cli",
"version": "0.9.3",
"description": "Scrum workflow CLI for GitHub with or without Waffle.io. Can be also used with ZenHub.",
"version": "0.9.4",
"description": "Scrum workflow CLI for GitHub with or without Waffle.io. Can also be used with ZenHub.",
"main": "./lib/syrup.js",
"bin": {
"syrup": "bin/syrup.js"
Expand Down

0 comments on commit 1e94036

Please sign in to comment.