Skip to content

Commit

Permalink
Bump 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j committed Mar 7, 2019
1 parent 69b5084 commit e3f1384
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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:
one_gadget (1.6.2)
one_gadget (1.7.0)
elftools (>= 1.0.2, < 1.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $ one_gadget -b aad7dbe330f23ea00ca63daf793b766b51aceb5d

#### Show All Gadgets

Sometimes +one_gadget+ finds too many gadgets to show them in one screen,
Sometimes `one_gadget` finds too many gadgets to show them in one screen,
by default gadgets would be filtered automatically *according to the difficulty of constraints*.

Use option `--level 1` to show all gadgets found instead of only those with higher probabilities.
Expand Down
2 changes: 1 addition & 1 deletion README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SHELL_OUTPUT_OF(one_gadget -b aad7dbe330f23ea00ca63daf793b766b51aceb5d)

#### Show All Gadgets

Sometimes +one_gadget+ finds too many gadgets to show them in one screen,
Sometimes `one_gadget` finds too many gadgets to show them in one screen,
by default gadgets would be filtered automatically *according to the difficulty of constraints*.

Use option `--level 1` to show all gadgets found instead of only those with higher probabilities.
Expand Down
2 changes: 1 addition & 1 deletion lib/one_gadget/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OneGadget
# Current gem version.
VERSION = '1.6.2'.freeze
VERSION = '1.7.0'.freeze
end

0 comments on commit e3f1384

Please sign in to comment.