Skip to content

Commit a6830b5

Browse files
committed
Version bump
1 parent 70c4aed commit a6830b5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ kramdown:
2828
auto_ids: true
2929
hard_wrap: false
3030

31-
cracoversion: 3.0.0
32-
mathversion: 3.0.1
31+
cracomajorversion: 3
32+
mathmajorversion: 3
3333

3434
# exclude from jekyll site
3535
exclude:

getting-started/first-steps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Add these dependencies to your `pom.xml`:
4343
<dependency>
4444
<groupId>org.cryptimeleon</groupId>
4545
<artifactId>math</artifactId>
46-
<version>{{site.mathversion}}</version>
46+
<version>[{{site.mathmajorversion}}.0,)</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.cryptimeleon</groupId>
5050
<artifactId>craco</artifactId>
51-
<version>{{site.cracoversion}}</version>
51+
<version>[{{site.cracomajorversion}}.0,)</version>
5252
</dependency>
5353
```
5454

@@ -65,8 +65,8 @@ repositories {
6565
}
6666
6767
dependencies {
68-
implementation 'org.cryptimeleon:math:{{site.mathversion}}'
69-
implementation 'org.cryptimeleon:craco:{{site.cracoversion}}'
68+
implementation 'org.cryptimeleon:math:{{site.mathmajorversion}}.+'
69+
implementation 'org.cryptimeleon:craco:{{site.cracomajorversion}}.+'
7070
}
7171
```
7272

0 commit comments

Comments
 (0)