From d199ed8503811708d8f9387a64cb9f26df25dc0e Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 18 Jan 2016 11:58:59 -0800 Subject: [PATCH] bumpver for subsequent work --- CHANGES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a9161e2..0506adf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # node-triton changelog +## 4.2.1 (not yet released) + +(nothing yet) + + ## 4.2.0 - Bash completion: Add completion for *args* to `triton account update `. diff --git a/package.json b/package.json index 27acacd..83c49c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "triton", "description": "Joyent Triton CLI and client (https://www.joyent.com/triton)", - "version": "4.2.0", + "version": "4.2.1", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",