Skip to content

Commit 5e15f64

Browse files
committed
Updated CHANGELOG.md and README.md
1 parent 8e93a16 commit 5e15f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CHANGELOG
33

44
## 0.4.1 - *9/22/2015*
55

6-
- Support systems where uuidgen creates lowercase UUIDs
6+
- Support distros where `uuidgen` is lowercase by forcing uppercase. `awk '{print toupper($0)}'` Thanks [cbgbt](https://github.com/cbgbt).
77

88
## 0.4.0 - *9/22/2015*
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Are you sure you want to drop '/jsonlite.data' (y/n)? y
7272
7373
````
7474
➜ jsonlite version
75-
0.4.0
75+
0.4.1
7676
````
7777

7878
## Changelog

0 commit comments

Comments
 (0)