Skip to content

Commit

Permalink
Change media class
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Nov 6, 2017
1 parent 4bad279 commit 7454c03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Updates

## [v1.0.6](https://github.com/younatics/MediaBrowser/releases/tag/1.0.5)
* Change Media class to open

## [v1.0.5](https://github.com/younatics/MediaBrowser/releases/tag/1.0.5)
* Release SDWebImage version

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

Pod::Spec.new do |s|
s.name = 'MediaBrowser'
s.version = '1.0.5'
s.version = '1.0.6'
s.summary = 'A simple iOS photo and video browser with optional grid view, captions and selections written in Swift3.'

s.description = <<-DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser/Media.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let MEDIA_PROGRESS_NOTIFICATION = "MEDIA_PROGRESS_NOTIFICATION"
var PHInvalidImageRequestID = PHImageRequestID(0)

/// Media is object for photo and video
public class Media: NSObject {
open class Media: NSObject {

/// caption
public var caption = ""
Expand Down

0 comments on commit 7454c03

Please sign in to comment.