Updated version

This commit is contained in:
Robinson 2021-08-19 23:44:06 -06:00
parent 0948d49a3b
commit c8b8267627
3 changed files with 10 additions and 2 deletions

View File

@ -21,6 +21,14 @@
Copyright 2020
Nathan Sweet
- Kotlin -
[The Apache Software License, Version 2.0]
https://github.com/JetBrains/kotlin
Copyright 2020
JetBrains s.r.o. and Kotlin Programming Language contributors
Kotlin Compiler, Test Data+Libraries, and Tools repository contain third-party code, to which different licenses may apply
See: https://github.com/JetBrains/kotlin/blob/master/license/README.md
- Netty - An event-driven asynchronous network application framework
[The Apache Software License, Version 2.0]
https://netty.io

View File

@ -11,7 +11,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ByteUtilities</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
</dependencies>
```

View File

@ -36,7 +36,7 @@ object Extras {
// set for the project
const val description = "Byte manipulation and Unsigned Number Utilities"
const val group = "com.dorkbox"
const val version = "1.0"
const val version = "1.1"
// set as project.ext
const val name = "ByteUtilities"