From 5077d8c6403bffd9d9c54f6af5b363b8160973e0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 29 Apr 2019 10:38:22 +0700 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62972f1..131eecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tildify", - "version": "1.2.0", + "version": "2.0.0", "description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`", "license": "MIT", "repository": "sindresorhus/tildify",