diff --git a/README.md b/README.md index e576bb0..5563efb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ MediaInfo is a class wrapping [the mediainfo CLI](http://mediainfo.sourceforge.n ## Usage +- Versions > 1.3.0 support S3 URLs. See rspec test for example of how to obtain the supported URL. + #### Parsing raw XML media_info = MediaInfo.from(File.open('iphone6+_video.mov.xml').read) #### Handling a local file diff --git a/lib/mediainfo/version.rb b/lib/mediainfo/version.rb index 1c8d65b..2efced7 100644 --- a/lib/mediainfo/version.rb +++ b/lib/mediainfo/version.rb @@ -1,3 +1,3 @@ module MediaInfo - VERSION = '1.2.2' + VERSION = '1.3.0' end \ No newline at end of file