Skip to content

Commit 81ed482

Browse files
committed
Bumping version to 0.1.1.
1 parent 129c86e commit 81ed482

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ C:\node-exit\test\fixtures>
6464
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
6565

6666
## Release History
67+
2013-09-26 - v0.1.1 - Fixed some bugs. It seems to actually work now!
6768
2013-09-20 - v0.1.0 - Initial release.
6869

6970
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exit",
33
"description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"homepage": "https://github.com/cowboy/node-exit",
66
"author": {
77
"name": "\"Cowboy\" Ben Alman",

0 commit comments

Comments
 (0)