lib/yt/annotations/version.rb in yt-annotations-1.4.2 vs lib/yt/annotations/version.rb in yt-annotations-2.0.0

- old
+ new

@@ -1,8 +1,8 @@ module Yt # Provides functionality to fetch annotations and cards from YouTube videos. module Annotations # @return [String] the SemVer-compatible gem version. # @see http://semver.org - VERSION = '1.4.2' + VERSION = '2.0.0' end end