From f05a1b0872beb14aefd12a11367b68d412a7b795 Mon Sep 17 00:00:00 2001 From: Sverre Johansen Date: Sat, 17 Feb 2024 11:44:42 +0100 Subject: [PATCH] Update version --- npm/darwin-arm64/package.json | 4 ++-- npm/darwin-universal/package.json | 4 ++-- npm/darwin-x64/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 90894c7..829279c 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "rclonefile-darwin-arm64", - "version": "1.0.3", + "version": "1.0.4", "description": "macOS API for creating copy on write clones of files", "repository": "https://github.com/sverrejoh/rclonefile", "license": "MIT", @@ -17,4 +17,4 @@ "cpu": [ "arm64" ] -} +} \ No newline at end of file diff --git a/npm/darwin-universal/package.json b/npm/darwin-universal/package.json index 67c1d9f..9ba8ad6 100644 --- a/npm/darwin-universal/package.json +++ b/npm/darwin-universal/package.json @@ -1,6 +1,6 @@ { "name": "rclonefile-darwin-universal", - "version": "1.0.3", + "version": "1.0.4", "description": "macOS API for creating copy on write clones of files", "repository": "https://github.com/sverrejoh/rclonefile", "license": "MIT", @@ -14,4 +14,4 @@ "os": [ "darwin" ] -} +} \ No newline at end of file diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 223e5ad..1c72dc1 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "rclonefile-darwin-x64", - "version": "1.0.3", + "version": "1.0.4", "description": "macOS API for creating copy on write clones of files", "repository": "https://github.com/sverrejoh/rclonefile", "license": "MIT", @@ -17,4 +17,4 @@ "cpu": [ "x64" ] -} +} \ No newline at end of file