From 367cf897fa32262a41cbcd6527a3b319e73ec776 Mon Sep 17 00:00:00 2001 From: Wesley Aptekar-Cassels Date: Tue, 20 Apr 2021 17:19:12 +0800 Subject: [PATCH] shared: Bump version to 0.0.5. --- static/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/shared/package.json b/static/shared/package.json index deffd9c73d..85c3821772 100644 --- a/static/shared/package.json +++ b/static/shared/package.json @@ -1,6 +1,6 @@ { "name": "@zulip/shared", - "version": "0.0.4", + "version": "0.0.5", "license": "Apache-2.0", "dependencies": { "katex": "^0.12.0",