Skip to content

Commit d5b3575

Browse files
authored
Merge pull request #87 from tcheeric/develop
0.3.1
2 parents db45d65 + 79ead1d commit d5b3575

File tree

16 files changed

+17
-18
lines changed

16 files changed

+17
-18
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# nostr-java
2+
[![](https://jitpack.io/v/tcheeric/nostr-java.svg)](https://jitpack.io/#tcheeric/nostr-java)
3+
24
Introducing the nostr-java library, a solution written in java for generating, signing, and publishing nostr events to relays.
35

46
For detailed instructions on how to utilise the library, please refer to the [nostr-client](https://github.com/tcheeric/nostr-client/) repository.

nostr-java-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>nostr-java</groupId>
66
<artifactId>nostr-java</artifactId>
7-
<version>${revision}</version>
7+
<version>0.3.1</version>
88
</parent>
99
<artifactId>nostr-java-api</artifactId>
1010
<packaging>jar</packaging>

nostr-java-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nostr-java</groupId>
88
<artifactId>nostr-java</artifactId>
9-
<version>${revision}</version>
9+
<version>0.3.1</version>
1010
</parent>
1111

1212
<artifactId>nostr-java-base</artifactId>

nostr-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>nostr-java</groupId>
66
<artifactId>nostr-java</artifactId>
7-
<version>${revision}</version>
7+
<version>0.3.1</version>
88
</parent>
99
<artifactId>nostr-java-client</artifactId>
1010
<packaging>jar</packaging>

nostr-java-crypto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nostr-java</groupId>
88
<artifactId>nostr-java</artifactId>
9-
<version>${revision}</version>
9+
<version>0.3.1</version>
1010
</parent>
1111

1212
<artifactId>nostr-java-crypto</artifactId>

nostr-java-event/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nostr-java</groupId>
88
<artifactId>nostr-java</artifactId>
9-
<version>${revision}</version>
9+
<version>0.3.1</version>
1010
</parent>
1111

1212
<artifactId>nostr-java-event</artifactId>

nostr-java-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nostr-java</groupId>
88
<artifactId>nostr-java</artifactId>
9-
<version>${revision}</version>
9+
<version>0.3.1</version>
1010
</parent>
1111

1212
<artifactId>nostr-java-examples</artifactId>

nostr-java-id/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nostr-java</groupId>
88
<artifactId>nostr-java</artifactId>
9-
<version>${revision}</version>
9+
<version>0.3.1</version>
1010
</parent>
1111

1212
<artifactId>nostr-java-id</artifactId>

nostr-java-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nostr-java</groupId>
88
<artifactId>nostr-java</artifactId>
9-
<version>${revision}</version>
9+
<version>0.3.1</version>
1010
</parent>
1111

1212
<artifactId>nostr-java-test</artifactId>

nostr-java-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nostr-java</groupId>
88
<artifactId>nostr-java</artifactId>
9-
<version>${revision}</version>
9+
<version>0.3.1</version>
1010
</parent>
1111

1212
<artifactId>nostr-java-util</artifactId>

0 commit comments

Comments
 (0)