Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Dec 28, 2011
1 parent 4344496 commit 246faef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ URI.js is published under the [MIT license](http://www.opensource.org/licenses/m

## Changelog ##

### 1.1.0 ###

* URI.withinSring()
* added normalizeProtocol() to lowercase protocols
* made normalizeHostname() lowercase hostnames
Expand All @@ -166,6 +168,6 @@ URI.js is published under the [MIT license](http://www.opensource.org/licenses/m
* build `{foo: null, bar: ""}` to "?foo&bar=" [Algorithm for serializing URL parameters](http://dvcs.w3.org/hg/url/raw-file/tip/Overview.html#url-parameter-serialization)
* fixed RegExp escaping

### 1.0 ###
### 1.0.0 ###

* Initial URI.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "URI.js",
"version": "1.0.0",
"version": "1.1.0",
"title": "URI.js - Mutating URLs",
"author": {
"name": "Rodney Rehm",
Expand Down
2 changes: 1 addition & 1 deletion src/URI.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* URL.js - Mutating URLs
*
* Version: 1.0.0
* Version: 1.1.0
*
* Author: Rodney Rehm
* Web: http://medialize.github.com/URI.js/
Expand Down

0 comments on commit 246faef

Please sign in to comment.