Skip to content

Commit

Permalink
Bump version to 1.8.8 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed May 15, 2023
1 parent df58ab8 commit 28f70c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ _None._

_None._

## [1.8.7](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.7)
## 1.8.8

### Bug Fixes

- Fix a possible crash when displaying an empty view [#409]

## 1.8.7

### Bug Fixes

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.8-beta.1)
- WPMediaPicker (1.8.8)

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

SPEC CHECKSUMS:
WPMediaPicker: 3b0d7272bec6eb0d8bc267daa5606c9b259e6cbb
WPMediaPicker: 0d40b8d66b6dfdaa2d6a41e3be51249ff5898775

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.8-beta.1'
s.version = '1.8.8'

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

0 comments on commit 28f70c2

Please sign in to comment.