Skip to content

Commit

Permalink
Bump version 1.2.0 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j committed Aug 7, 2020
1 parent de6f783 commit 2c03e72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pwntools (1.1.0)
pwntools (1.2.0)
crabstone (~> 4)
dentaku (>= 2.0.11, < 3.4.0)
elftools (>= 1.0.1, < 1.2.0)
Expand All @@ -16,15 +16,15 @@ GEM
remote: https://www.rubygems.org/
specs:
ast (2.4.0)
bindata (2.4.4)
bindata (2.4.8)
coderay (1.1.2)
crabstone (4.0.2)
ffi
dentaku (3.3.4)
docile (1.3.2)
elftools (1.1.2)
bindata (~> 2)
ffi (1.12.2)
ffi (1.13.1)
jaro_winkler (1.5.4)
json (2.3.0)
keystone-engine (0.9.0)
Expand Down Expand Up @@ -54,11 +54,11 @@ GEM
ruby2ruby (2.4.4)
ruby_parser (~> 3.1)
sexp_processor (~> 4.6)
ruby_parser (3.14.1)
ruby_parser (3.14.2)
sexp_processor (~> 4.9)
rubyserial (0.6.0)
ffi (~> 1.9, >= 1.9.3)
sexp_processor (4.13.0)
sexp_processor (4.15.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -82,4 +82,4 @@ DEPENDENCIES
yard (~> 0.9)

BUNDLED WITH
2.1.2
2.1.4
2 changes: 1 addition & 1 deletion lib/pwnlib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

module Pwnlib
# version of pwntools-ruby
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit 2c03e72

Please sign in to comment.