Skip to content

Commit d1fcec2

Browse files
authored
Changes version numbers in README.md to 3.+.+
1 parent f96b89f commit d1fcec2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ To add the newest Math version as a dependency, add this to your project's POM:
6767
<dependency>
6868
<groupId>org.cryptimeleon</groupId>
6969
<artifactId>math</artifactId>
70-
<version>3.0.1</version>
70+
<version>3.+.+</version>
7171
</dependency>
7272
```
7373

7474
### Installation With Gradle
7575

7676
Math is published via Maven Central.
7777
Therefore, you need to add `mavenCentral()` to the `repositories` section of your project's `build.gradle` file.
78-
Then, add `implementation group: 'org.cryptimeleon', name: 'math', version: '3.0.1'` to the `dependencies` section of your `build.gradle` file.
78+
Then, add `implementation group: 'org.cryptimeleon', name: 'math', version: '3.+.+'` to the `dependencies` section of your `build.gradle` file.
7979

8080
For example:
8181

@@ -85,7 +85,7 @@ repositories {
8585
}
8686
8787
dependencies {
88-
implementation group: 'org.cryptimeleon', name: 'math', version: '3.0.1'
88+
implementation group: 'org.cryptimeleon', name: 'math', version: '3.+.+'
8989
}
9090
```
9191

0 commit comments

Comments
 (0)