Skip to content

Commit

Permalink
upped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 13, 2017
1 parent 302dc43 commit a495f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var obj = parse('my-server:12345');
import * as parse from './connection-string/src'
import {ConnectionOptions} from './connection-string/src'

var a: ConnectionOptions = parse('protocol://');
var a: ConnectionOptions = parse('my-server:12345');
```

For details and examples see the [WiKi Pages].
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connection-string",
"version": "0.1.3",
"version": "0.1.4",
"description": "URL Connection String Parser.",
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down

0 comments on commit a495f2a

Please sign in to comment.