From afb9ceccab23a3b0f592acaf4693afa42aa9f3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Hoekstra?= Date: Thu, 25 Aug 2022 23:52:33 +0200 Subject: [PATCH] Bump version to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f64774a..a9dd618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitburner-filesync", - "version": "1.0.2", + "version": "1.1.0", "description": "Official implementation of the Bitburner Filesync server", "type": "module", "bin": "./npx/bitburner-filesync.js",