Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #103 from ministryofjustice/bump-version
Browse files Browse the repository at this point in the history
Bump gem version to 1.3.0
  • Loading branch information
zheileman authored Jan 24, 2019
2 parents dab971c + 8ed4356 commit 72dbdf3
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:
govuk_elements_form_builder (1.2.0)
govuk_elements_form_builder (1.3.0)
govuk_elements_rails (>= 3.0.0)
govuk_frontend_toolkit (>= 6.0.0)
rails (>= 4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_elements_form_builder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukElementsFormBuilder
VERSION = "1.2.0"
VERSION = "1.3.0"
end
2 changes: 1 addition & 1 deletion spec/lib/govuk_elements_form_builder/form_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestHelper < ActionView::Base; end
include TranslationHelper

it "should have a version" do
expect(GovukElementsFormBuilder::VERSION).to eq("1.2.0")
expect(GovukElementsFormBuilder::VERSION).to eq("1.3.0")
end

let(:helper) { TestHelper.new }
Expand Down

0 comments on commit 72dbdf3

Please sign in to comment.