Skip to content

Commit 00ba106

Browse files
committed
Version 2.0.6
1 parent 1cd2dd0 commit 00ba106

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mvn-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
publish:
14-
uses: wavesplatform/protobuf-schemas/.github/workflows/mvn-publish.yml@5b4331ab892b44ad1fdd71862654421482dcd49c
14+
uses: wavesplatform/protobuf-schemas/.github/workflows/mvn-publish.yml@1f62e31863f5b8a72f37b57594d8ad776d16bfc0
1515
with:
1616
github-ref-name: ${{ github.ref_name }}
1717
github-event-number: ${{ github.event.number }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.wavesplatform</groupId>
88
<artifactId>waves-crypto</artifactId>
9-
<version>2.0.6-SNAPSHOT</version>
9+
<version>2.0.6</version>
1010

1111
<name>Waves Crypto for Java</name>
1212
<description>Tools to work with cryptographic primitives used in the Waves blockchain</description>
@@ -214,7 +214,7 @@
214214
<dependency>
215215
<groupId>com.wavesplatform</groupId>
216216
<artifactId>blst-java</artifactId>
217-
<version>0.3.15-SNAPSHOT</version>
217+
<version>0.3.15</version>
218218
</dependency>
219219
</dependencies>
220220

0 commit comments

Comments
 (0)