Skip to content

Commit

Permalink
Merge pull request #55 from NREL/bump-ext-gem
Browse files Browse the repository at this point in the history
prep 0.3.1
  • Loading branch information
nllong authored Dec 8, 2020
2 parents f385358 + 605da09 commit 3fcb3dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OpenStudio Model Articulation Gems

## Version 0.3.1

* Bump openstudio-extension-gem version to 0.3.2 to support updated workflow-gem

## Version 0.3.0

* Support for OpenStudio 3.1
Expand Down
2 changes: 1 addition & 1 deletion lib/openstudio/model_articulation/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@

module OpenStudio
module ModelArticulation
VERSION = '0.3.0'.freeze
VERSION = '0.3.1'.freeze
end
end
2 changes: 1 addition & 1 deletion openstudio-model-articulation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '~> 2.5.0'

spec.add_dependency 'bundler', '~> 2.1'
spec.add_dependency 'openstudio-extension', '~> 0.3.1'
spec.add_dependency 'openstudio-extension', '~> 0.3.2'
spec.add_dependency 'openstudio-standards', '~> 0.2.12'

spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 3fcb3dc

Please sign in to comment.