From b8bf5115a860999a18d338ea7e69ebb4e040f5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=81draig=20O=CC=81=20Cinne=CC=81ide?= Date: Mon, 18 Sep 2023 12:18:17 -0700 Subject: [PATCH] Bump version number --- SwiftFormat.novaextension/extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftFormat.novaextension/extension.json b/SwiftFormat.novaextension/extension.json index 51e494e..bc17f4f 100644 --- a/SwiftFormat.novaextension/extension.json +++ b/SwiftFormat.novaextension/extension.json @@ -6,7 +6,7 @@ "description": "Runs SwiftFormat when Swift files are saved.", "bugs": "https://github.com/PadraigK/swiftformat-nova/issues", "repository": "https://github.com/PadraigK/swiftformat-nova", - "version": "1.0", + "version": "1.0.1", "categories": ["formatters", "commands"], "main": "main.js",