Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejoh committed Mar 5, 2024
1 parent ef42b06 commit 59e6452
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.6",
"version": "1.0.7",
"description": "macOS API for creating copy on write clones of files",
"repository": {
"type": "git",
Expand All @@ -20,4 +20,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.6",
"version": "1.0.7",
"description": "macOS API for creating copy on write clones of files",
"repository": {
"type": "git",
Expand All @@ -17,4 +17,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.6",
"version": "1.0.7",
"description": "macOS API for creating copy on write clones of files",
"repository": {
"type": "git",
Expand All @@ -20,4 +20,4 @@
"cpu": [
"x64"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rclonefile",
"version": "1.0.6",
"version": "1.0.7",
"description": "macOS API for creating copy on write clones of files",
"repository": {
"type": "git",
Expand Down

0 comments on commit 59e6452

Please sign in to comment.