From 2a0c7d9f5524e55447dd8a56500a0a747c631889 Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Tue, 13 Oct 2015 14:41:22 -0700 Subject: [PATCH] bumpver for subsequent work --- CHANGES.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2c17491..8aa7d9c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # node-triton changelog +## 2.1.3 (not yet released) + ## 2.1.2 - #41 Add compatibility with ed25519 keys in ssh-agent diff --git a/package.json b/package.json index e25c0bb..bce1ce4 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": "2.1.2", + "version": "2.1.3", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.1.5",