From 2aa575df014b2c5c1eb9d0d61ac8df0c31213545 Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Sun, 14 Jan 2024 11:29:10 +0100 Subject: [PATCH] Ipdate version to 2.1.0 --- README.md | 6 +++--- mkdocs.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a2f98688..5fe494125 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ In the pom.xml, add the following fragment to the `dependencies` section: net.datafaker datafaker - 2.0.2 + 2.1.0 ``` @@ -37,12 +37,12 @@ For Gradle users, add the following to your build.gradle file. ```groovy dependencies { - implementation 'net.datafaker:datafaker:2.0.2' + implementation 'net.datafaker:datafaker:2.1.0' } ``` -You can also use the snapshot version (`2.0.3-SNAPSHOT`), which automatically gets published +You can also use the snapshot version (`2.1.1-SNAPSHOT`), which automatically gets published after every push to the main branch of this repository. Binary repository URL for snapshots download is https://s01.oss.sonatype.org/content/repositories/snapshots/. diff --git a/mkdocs.yml b/mkdocs.yml index d5467f4a1..c203a7440 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,8 +83,8 @@ plugins: # Customization extra: datafaker: - version: 2.0.2 - snapshot: 2.0.3-SNAPSHOT + version: 2.1.0 + snapshot: 2.1.1-SNAPSHOT # Page tree nav: