From 36d5cb9098793f197c0a0d2b3d5f4311bb01095f Mon Sep 17 00:00:00 2001 From: Jonas Svalin Date: Thu, 26 Nov 2020 09:55:15 +0100 Subject: [PATCH] Bump version numbers --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 751b5e2..82cd335 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index fff485b..a84a6b9 100644 --- a/project.clj +++ b/project.clj @@ -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"