Skip to content

Commit 3398fd7

Browse files
authored
Merge pull request #16 from EEWBot/release/0.1.0
Relese v0.1.0
2 parents 70fe7e3 + 23e7820 commit 3398fd7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
An implementation of [base65536](https://github.com/qntm/base65536) encoding in Java with [Base64](https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html) like API.
44

5+
## Release Notes
6+
7+
### v0.1.0
8+
9+
- First release
10+
511
## License
612

713
**go-base65536**

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "net.eewbot"
12-
version = "0.1.0-SNAPSHOT"
12+
version = "0.1.0"
1313
description = "An implementation of base65536 encoding in Java with Base64 like API."
1414

1515
repositories {

0 commit comments

Comments
 (0)