Skip to content

Commit

Permalink
Bump gem version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamuyuuki committed Jan 16, 2020
1 parent 72b0412 commit 8882960
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: 'v0.4.0'
tag-template: 'v0.4.0'
name-template: 'v1.0.0'
tag-template: 'v1.0.0'
branches:
- release
template: |
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
actionpack-direct_routes (0.4.0)
actionpack-direct_routes (1.0.0)
actionpack (>= 4.2, < 5.1)
activesupport (>= 4.2, < 5.1)

Expand Down Expand Up @@ -33,7 +33,7 @@ GEM
ast (2.4.0)
builder (3.2.4)
concurrent-ruby (1.1.5)
crass (1.0.5)
crass (1.0.6)
docile (1.3.2)
erubis (2.7.0)
i18n (0.9.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/actionpack/direct_routes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActionPack
module DirectRoutes
VERSION = "0.4.0"
VERSION = "1.0.0"
end
end

0 comments on commit 8882960

Please sign in to comment.