Skip to content

Commit

Permalink
Version bump in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bobolz authored Jan 12, 2023
1 parent 86f10d4 commit dd0fc74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ To add the newest Craco version as a dependency, add this to your project's POM:
<dependency>
<groupId>org.cryptimeleon</groupId>
<artifactId>craco</artifactId>
<version>[3.0,)</version>
<version>[4.0,)</version>
</dependency>
```

### Installation With Gradle

Craco is published via Maven Central.
Therefore, you need to add `mavenCentral()` to the `repositories` section of your project's `build.gradle` file.
Then, add `implementation group: 'org.cryptimeleon', name: 'craco', version: '3.+'` to the `dependencies` section of your `build.gradle` file.
Then, add `implementation group: 'org.cryptimeleon', name: 'craco', version: '4.+'` to the `dependencies` section of your `build.gradle` file.

For example:

Expand All @@ -84,7 +84,7 @@ repositories {
}
dependencies {
implementation group: 'org.cryptimeleon', name: 'craco', version: '3.+'
implementation group: 'org.cryptimeleon', name: 'craco', version: '4.+'
}
```

Expand Down

0 comments on commit dd0fc74

Please sign in to comment.