Skip to content

Commit

Permalink
bump 1.13.2 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Jun 11, 2023
1 parent 8932a6a commit 738678f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.13.2 (2023-06-10)

- experimental: fix npm regestery publishing

## 1.13.1 (2023-06-10)

- experimental: add support for distributing `icloudpd` with [npm](README_NPM.md) package manager
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icloudpd/darwin-x64",
"version": "1.13.1",
"version": "1.13.2",
"description": "The macOS 64-bit binary for icloudpd, a iCloud Photo Downloader.",
"repository": "https://github.com/icloud_photo_downloader/icloud_photo_downloader",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icloudpd/linux-x64",
"version": "1.13.1",
"version": "1.13.2",
"description": "The Linux 64-bit binary for icloudpd, a iCloud Photo Downloader.",
"repository": "https://github.com/icloud_photo_downloader/icloud_photo_downloader",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icloudpd/win32-x64",
"version": "1.13.1",
"version": "1.13.2",
"description": "The Windows 64-bit binary for icloudpd, a iCloud Photo Downloader.",
"repository": "https://github.com/icloud_photo_downloader/icloud_photo_downloader",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions npm/icloudpd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icloudpd",
"version": "1.13.1",
"version": "1.13.2",
"description": "iCloud Photo Downloader",
"engines": {
"node": ">=12"
Expand All @@ -23,8 +23,8 @@
},
"homepage": "https://github.com/icloud_photos_downloader/icloud_photos_downloader#readme",
"optionalDependencies": {
"@icloudpd/linux-x64": "1.13.1",
"@icloudpd/win32-x64": "1.13.1",
"@icloudpd/darwin-x64": "1.13.1"
"@icloudpd/linux-x64": "1.13.2",
"@icloudpd/win32-x64": "1.13.2",
"@icloudpd/darwin-x64": "1.13.2"
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="icloudpd",
version="1.13.1",
version="1.13.2",
url="https://github.com/icloud-photos-downloader/icloud_photos_downloader",
description=(
"icloudpd is a command-line tool to download photos and videos from iCloud."
Expand Down

0 comments on commit 738678f

Please sign in to comment.