Skip to content

Commit 215c32f

Browse files
bump v1.13.3 (#638)
1 parent 36fb036 commit 215c32f

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## Unreleased
44

5+
## 1.13.3 (2023-06-11)
6+
7+
- experimental: fix npm registry publishing
8+
59
## 1.13.2 (2023-06-10)
610

7-
- experimental: fix npm regestery publishing
11+
- experimental: fix npm registry publishing
812

913
## 1.13.1 (2023-06-10)
1014

npm/@icloudpd/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icloudpd/darwin-x64",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "The macOS 64-bit binary for icloudpd, a iCloud Photo Downloader.",
55
"repository": "https://github.com/icloud_photo_downloader/icloud_photo_downloader",
66
"license": "MIT",

npm/@icloudpd/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icloudpd/linux-x64",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "The Linux 64-bit binary for icloudpd, a iCloud Photo Downloader.",
55
"repository": "https://github.com/icloud_photo_downloader/icloud_photo_downloader",
66
"license": "MIT",

npm/@icloudpd/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icloudpd/win32-x64",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "The Windows 64-bit binary for icloudpd, a iCloud Photo Downloader.",
55
"repository": "https://github.com/icloud_photo_downloader/icloud_photo_downloader",
66
"license": "MIT",

npm/icloudpd/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icloudpd",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "iCloud Photo Downloader",
55
"engines": {
66
"node": ">=12"
@@ -23,8 +23,8 @@
2323
},
2424
"homepage": "https://github.com/icloud_photos_downloader/icloud_photos_downloader#readme",
2525
"optionalDependencies": {
26-
"@icloudpd/linux-x64": "1.13.2",
27-
"@icloudpd/win32-x64": "1.13.2",
28-
"@icloudpd/darwin-x64": "1.13.2"
26+
"@icloudpd/linux-x64": "1.13.3",
27+
"@icloudpd/win32-x64": "1.13.3",
28+
"@icloudpd/darwin-x64": "1.13.3"
2929
}
3030
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="icloudpd",
13-
version="1.13.2",
13+
version="1.13.3",
1414
url="https://github.com/icloud-photos-downloader/icloud_photos_downloader",
1515
description=(
1616
"icloudpd is a command-line tool to download photos and videos from iCloud."

0 commit comments

Comments
 (0)