Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test scenarios or staging servers.
The easiest way is to use Leiningen. Add the following dependency to your
project.clj file:

[faker "0.2.2"]
[faker "0.3.2"]


## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject faker "0.2.2"
(defproject faker "0.3.2"
:description "Generate fake data, port of ruby faker"
:url "http://github.com/paraseba/faker"
:license {:name "Eclipse Public License 1.0"
Expand Down