Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version to 2.1.0 #1058

Merged
merged 1 commit into from
Jan 14, 2024
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ In the pom.xml, add the following fragment to the `dependencies` section:
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</dependency>
```

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/.

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down