Skip to content

Commit

Permalink
Merge pull request #3 from ninoseki/v0.1.1
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
ninoseki committed Jun 16, 2020
2 parents b6c9ee6 + a2f4539 commit ca4f522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# rangescan

[![Gem Version](https://badge.fury.io/rb/rangescan.svg)](https://badge.fury.io/rb/rangescan)
[![Build Status](https://travis-ci.com/ninoseki/rangescan.svg?branch=master)](https://travis-ci.com/ninoseki/rangescan)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/rangescan/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/rangescan?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/ninoseki/rangescan/badge)](https://www.codefactor.io/repository/github/ninoseki/rangescan)
Expand Down
2 changes: 1 addition & 1 deletion lib/rangescan/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RangeScan
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit ca4f522

Please sign in to comment.