Skip to content

Commit

Permalink
bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 3, 2024
1 parent aec0e76 commit b0bd3a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Ruby Gem
on:
release:
types: [published]
push:
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion minisign.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'minisign'
s.version = '0.0.7'
s.version = '0.0.8'
s.summary = 'Minisign, in Ruby!'
s.description = 'Verify minisign signatures'
s.authors = ['Jesse Shawl']
Expand Down

0 comments on commit b0bd3a2

Please sign in to comment.