Skip to content

Commit 1fd04d6

Browse files
committed
0.9.1
1 parent 165f6c1 commit 1fd04d6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Other helpful features include reformatting the help text based on the size of t
2323
## About
2424
Optionator uses [type-check](https://github.com/gkz/type-check) and [levn](https://github.com/gkz/levn) behind the scenes to cast and verify input according the specified types.
2525

26-
MIT license. Version 0.9.0
26+
MIT license. Version 0.9.1
2727

2828
npm install optionator
2929

lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optionator",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"author": "George Zahariev <[email protected]>",
55
"description": "option parsing and help generation",
66
"homepage": "https://github.com/gkz/optionator",

package.json.ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'optionator'
2-
version: '0.9.0'
2+
version: '0.9.1'
33

44
author: 'George Zahariev <[email protected]>'
55
description: 'option parsing and help generation'

src/index.ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0.9.0'
1+
VERSION = '0.9.1'
22

33
{id, map, compact, any, group-by, partition, chars, is-it-NaN, keys, Obj, camelize} = require 'prelude-ls'
44
deep-is = require 'deep-is'

0 commit comments

Comments
 (0)