lib/qtip2-jquery-rails/version.rb in qtip2-jquery-rails-2.1.1.5 vs lib/qtip2-jquery-rails/version.rb in qtip2-jquery-rails-2.1.106

- old
+ new

@@ -1,12 +1,13 @@ module Qtip2Jquery module Rails - # Use qtip2 version; append a pre-release version identifier if gem - # is updated without updating version of qtip2. - # Examples: - # "2.0.0.rc1" - # "2.0.0.pre" - # "2.0.0.beta" # Refer to Semantic Versioning 2.0.0 (http://semver.org). - VERSION = "2.1.1.5" + # Use qtip2 version (major, minor, patch) and append a gem + # version identifier (denoted as VV below); use leading zero. + # Examples: + # "X.Y.ZVV" is qtip2 vX.Y.Z + gem release VV + # "2.1.100" is qtip2 v2.1.1 + gem release 0 + # "2.1.101" is qtip2 v2.1.1 + gem release 1 + # "2.1.110" is qtip2 v2.1.1 + gem release 10 + VERSION = "2.1.106" end end