Skip to content

Commit

Permalink
Update version number in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Forsey committed Aug 19, 2013
1 parent f24942d commit 2d54f12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
* Support for [custom encoding](#custom-encoding) such as encoding [spaces as pluses](#encoding-spaces-as-pluses)
* Support for [protocol relative urls](#protocol-relative-urls)
* Support for [user information](#user-information) e.g. `ftp://user:password@mysite.com`
* Support for [matrix parameters](#matrix-parameters)

To include it in your SBT project from maven central:

```scala
"com.github.theon" %% "scala-uri" % "0.3.5"
"com.github.theon" %% "scala-uri" % "0.4.0-SNAPSHOT"
```

## Building URIs with the DSL
Expand Down Expand Up @@ -234,6 +235,8 @@ uri.host //This is: Some("example.com")

## Matrix Parameters

**New in `0.4.0-SNAPSHOT`**

[Matrix Parameters](http://www.w3.org/DesignIssues/MatrixURIs.html) are supported in `scala-uri`.

```scala
Expand Down

0 comments on commit 2d54f12

Please sign in to comment.