Skip to content

Commit

Permalink
Release version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JFusco committed Sep 19, 2017
1 parent fb8b76b commit 067fd6e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1505832214264" clover="3.2.0">
<project timestamp="1505832214265" name="All files">
<coverage generated="1505832447185" clover="3.2.0">
<project timestamp="1505832447185" name="All files">
<metrics statements="47" coveredstatements="47" conditionals="44" coveredconditionals="38" methods="9" coveredmethods="9" elements="100" coveredelements="94" complexity="0" loc="47" ncloc="47" packages="1" files="2" classes="2">
<file name="Tag.js" path="/Users/joe.fusco/Projects/Personal/react-tagging-input/src/component/js/Tag.js">
<metrics statements="6" coveredstatements="6" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage/lcov-report/Tag.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Sep 19 2017 10:43:33 GMT-0400 (EDT)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Sep 19 2017 10:47:27 GMT-0400 (EDT)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage/lcov-report/Tags.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Sep 19 2017 10:43:33 GMT-0400 (EDT)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Sep 19 2017 10:47:27 GMT-0400 (EDT)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Sep 19 2017 10:43:33 GMT-0400 (EDT)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Sep 19 2017 10:47:27 GMT-0400 (EDT)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tagging-input",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple tagging component",
"main": "dist/react-tags.js",
"license": "MIT",
Expand Down

0 comments on commit 067fd6e

Please sign in to comment.