diff --git a/README.md b/README.md index a617017..e590903 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ At the time this is written, here is the advantages of this one: ## Changelog -- **0.1.1** - `2014-08-16` +- **0.1.2** - `2014-08-16` - Re-wrote everything in a cleaner, object oriented way - Better handling of users - Auto-listening on the rooms the bot's user has already joined diff --git a/package.json b/package.json index 78d6060..832b0b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubot-gitter2", - "version": "0.1.1", + "version": "0.1.2", "description": "Improved Hubot adapter for Gitter", "main": "src/gitter.coffee", "scripts": {