Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Jan 28, 2020
1 parent 0824b9f commit 3e29ade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blob/azure-storage-blob.gemspec
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.4.0"

s.add_runtime_dependency("azure-core", "~> 0.1.13")
s.add_runtime_dependency("azure-storage-common", "~> 1.0")
s.add_runtime_dependency("azure-storage-common", "~> 1.2")
s.add_runtime_dependency("nokogiri", "~> 1.6", ">= 1.6.8")

s.add_development_dependency("dotenv", "~> 2.0")
Expand Down
2 changes: 1 addition & 1 deletion blob/lib/azure/storage/blob/version.rb
Expand Up @@ -30,7 +30,7 @@ module Blob
class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 1 unless defined? MAJOR
MINOR = 1 unless defined? MINOR
MINOR = 2 unless defined? MINOR
UPDATE = 0 unless defined? UPDATE

class << self
Expand Down
2 changes: 1 addition & 1 deletion common/lib/azure/storage/common/version.rb
Expand Up @@ -30,7 +30,7 @@ module Common
class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 1 unless defined? MAJOR
MINOR = 1 unless defined? MINOR
MINOR = 2 unless defined? MINOR
UPDATE = 0 unless defined? UPDATE

class << self
Expand Down

0 comments on commit 3e29ade

Please sign in to comment.