From 8f0853495ab19e4a3458bcbe4a24baca2e210a10 Mon Sep 17 00:00:00 2001 From: Conrad Buck Date: Sat, 1 Sep 2018 14:47:03 -0700 Subject: [PATCH] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2bebd5..281c5b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sequins", - "version": "0.1.0", + "version": "0.1.1", "description": "Mutable sequences and native data structures (Map, Set, List) following the Immutable.js API", "author": "conrad@burningpotato.com", "license": "MIT",