Skip to content

Commit bd8ce55

Browse files
author
Jan Bobolz
authored
Merge pull request #107 from cryptimeleon/develop
Version bump
2 parents d98d95c + b9ff4ae commit bd8ce55

File tree

6 files changed

+30
-24
lines changed

6 files changed

+30
-24
lines changed

.github/workflows/dev-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- main
77
- 'release/**'
88
# Nightly builds to ensure dependencies don't break anything
9-
schedule:
10-
- cron: '0 0 * * *'
9+
#schedule:
10+
# - cron: '0 0 * * *'
1111

1212
jobs:
1313
build:

.github/workflows/main-ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77
- 'release/**'
8+
# Nightly builds to ensure dependencies don't break anything
9+
#schedule:
10+
# - cron: '0 0 * * *'
811

912
jobs:
1013
build:

.github/workflows/scheduled-main-ci.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tagget release
1+
name: Tagged release
22

33
on:
44
push:

CITATION.cff

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Cryptimeleon Craco
6+
message: >-
7+
When writing research papers, please cite our paper https://eprint.iacr.org/2021/961.
8+
type: software
9+
authors:
10+
- given-names: Jan
11+
family-names: Bobolz
12+
- given-names: Denis
13+
family-names: Diemert
14+
- given-names: Fabian
15+
family-names: Eidens
16+
- given-names: Raphael
17+
family-names: Heitjohann
18+
- given-names: Paul
19+
family-names: Kramer
20+
- name: "Open-Source Contributors"
21+
repository-code: 'https://github.com/cryptimeleon/craco'
22+
url: 'https://cryptimeleon.org'
23+
license: Apache-2.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
group = 'org.cryptimeleon'
99
archivesBaseName = project.name
1010
boolean isRelease = project.hasProperty("release")
11-
version = '4.0.1' + (isRelease ? "" : "-SNAPSHOT")
11+
version = '4.0.2' + (isRelease ? "" : "-SNAPSHOT")
1212

1313

1414
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)