Skip to content

Commit b9e8769

Browse files
authored
Merge pull request #95 from openHPI/bump_version_0_5
bump version to 0.5
2 parents 3b69a06 + 6646887 commit b9e8769

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
proforma (0.4)
4+
proforma (0.5)
55
activemodel (>= 5.2.3, < 6.1.0)
66
activesupport (>= 5.2.3, < 6.1.0)
77
nokogiri (~> 1.10.2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This gem offers a ruby implementation of https://github.com/ProFormA/proformaxml
1111
Add this line to your application's Gemfile:
1212

1313
```ruby
14-
gem 'proforma', git: 'git://github.com/openHPI/proforma.git', tag: 'v0.3.1'
14+
gem 'proforma', git: 'git://github.com/openHPI/proforma.git', tag: 'v0.5'
1515
```
1616

1717
And then execute:

lib/proforma/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Proforma
4-
VERSION = '0.4'
4+
VERSION = '0.5'
55
end

0 commit comments

Comments
 (0)