Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejoh committed Feb 17, 2024
1 parent 06e84ee commit f05a1b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,4 +17,4 @@
"cpu": [
"arm64"
]
}
}
4 changes: 2 additions & 2 deletions npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,4 +14,4 @@
"os": [
"darwin"
]
}
}
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,4 +17,4 @@
"cpu": [
"x64"
]
}
}

0 comments on commit f05a1b0

Please sign in to comment.