Skip to content

Commit ea84781

Browse files
bump 1.13.1 (#636)
1 parent 7aaa3ff commit ea84781

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.13.1 (2023-06-10)
6+
57
- experimental: add support for distributing `icloudpd` with [npm](README_NPM.md) package manager
68

79
## 1.13.0 (2023-04-21)

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.0",
3+
"version": "1.13.1",
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.0",
3+
"version": "1.13.1",
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.0",
3+
"version": "1.13.1",
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.0",
3+
"version": "1.13.1",
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.0",
27-
"@icloudpd/win32-x64": "1.13.0",
28-
"@icloudpd/darwin-x64": "1.13.0"
26+
"@icloudpd/linux-x64": "1.13.1",
27+
"@icloudpd/win32-x64": "1.13.1",
28+
"@icloudpd/darwin-x64": "1.13.1"
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.0",
13+
version="1.13.1",
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)