Skip to content

Commit

Permalink
bumped to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc committed May 29, 2015
1 parent 31f0791 commit b1ce0ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The test suite is written on top of [visionmedia/mocha](http://visionmedia.githu

_This software is released under the MIT license cited below_.

Copyright (c) 2014 Kilian Ciuffolo, me@nailik.org. All Rights Reserved.
Copyright (c) 2015 Kilian Ciuffolo, me@nailik.org. All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "rtail",
"version": "0.0.6",
"description": "Tail everything in the browser in seconds",
"version": "0.1.0",
"description": "Pipe your terminal output to the browser in seconds, using UNIX pipes.",
"keywords": [
"tail",
"log",
"logs",
"remote",
"logio"
"logio",
"logging",
"udp"
],
"bin": {
"rtail": "./cli/rtail.js",
Expand Down Expand Up @@ -61,7 +62,6 @@
},
"scripts": {
"test": "echo OK",
"start": "node server.js",
"app": "DEBUG=rtail:*,api:* gulp app"
},
"author": "Kilian Ciuffolo <me@nailik.org>",
Expand Down

0 comments on commit b1ce0ba

Please sign in to comment.