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

- old
+ new

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