Skip to content

Commit

Permalink
Bump version to 1.8.9 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Aug 7, 2023
1 parent 68663b1 commit f610c17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ _None._

### Bug Fixes

- Fix WPMediaPickerViewController crash when performing batch updates [#412]
- Fix `WPMediaPickerViewController` crash when performing batch updates [#412]

## 1.8.8

Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- WPMediaPicker (1.8.9-beta.1)
- WPMediaPicker (1.8.9)

DEPENDENCIES:
- WPMediaPicker (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
WPMediaPicker: 0ef7f4abcbff7ad20e271e7d09586e32924f5785
WPMediaPicker: 0ec0ee22f68e8cb9d83e71bdcf2e76d931ef7f91

PODFILE CHECKSUM: 31590cb12765a73c9da27d6ea5b8b127c095d71d

Expand Down
2 changes: 1 addition & 1 deletion WPMediaPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'WPMediaPicker'
s.version = '1.8.9-beta.1'
s.version = '1.8.9'

s.summary = 'WPMediaPicker is an iOS controller that allows capture and picking of media assets.'
s.description = <<-DESC
Expand Down

0 comments on commit f610c17

Please sign in to comment.