Skip to content

Commit eaf06d6

Browse files
committed
version bump
1 parent 2a30400 commit eaf06d6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ URI.js is published under the [MIT license](http://www.opensource.org/licenses/m
165165

166166
## Changelog ##
167167

168+
### 1.3.1 ###
169+
168170
* Updated Punycode.js to version 0.3.0
169171
* added edge-case tests ("jim")
170172
* fixed edge-cases in .protocol(), .port(), .subdomain(), .domain(), .tld(), .filename()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "URI.js",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"title": "URI.js - Mutating URLs",
55
"author": {
66
"name": "Rodney Rehm",

src/URI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* URL.js - Mutating URLs
33
*
4-
* Version: 1.3.0
4+
* Version: 1.3.1
55
*
66
* Author: Rodney Rehm
77
* Web: http://medialize.github.com/URI.js/

0 commit comments

Comments
 (0)