Skip to content

Commit

Permalink
Merge pull request #95 from openHPI/bump_version_0_5
Browse files Browse the repository at this point in the history
bump version to 0.5
  • Loading branch information
kkoehn authored Sep 16, 2020
2 parents 3b69a06 + 6646887 commit b9e8769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
proforma (0.4)
proforma (0.5)
activemodel (>= 5.2.3, < 6.1.0)
activesupport (>= 5.2.3, < 6.1.0)
nokogiri (~> 1.10.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This gem offers a ruby implementation of https://github.com/ProFormA/proformaxml
Add this line to your application's Gemfile:

```ruby
gem 'proforma', git: 'git://github.com/openHPI/proforma.git', tag: 'v0.3.1'
gem 'proforma', git: 'git://github.com/openHPI/proforma.git', tag: 'v0.5'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/proforma/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Proforma
VERSION = '0.4'
VERSION = '0.5'
end

0 comments on commit b9e8769

Please sign in to comment.