Skip to content

Commit ed17b30

Browse files
committed
Bump version to 0.1.4
1 parent b6f8c82 commit ed17b30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ randomFloat : () ⇒ { x : R | x ∈ [0, 1) }
5454
random : (a : ℤ) ⇒ { x : ℤ | x ∈ [0, a] }
5555
random : (a : ℤ, b : ℤ) ⇒ { x : ℤ | x ∈ [a, b] }
5656
```
57+
58+
## Changelog
59+
60+
- **0.1.4** — *2015-02-25* — Dev dependencies update

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc4",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "RC4 random number generator",
55
"main": "rc4.js",
66
"directories": {

0 commit comments

Comments
 (0)