Updated version info

connection_type_change
Robinson 2021-04-08 14:34:20 +02:00
parent 4738f10157
commit e4b6592830
2 changed files with 7 additions and 8 deletions

View File

@ -21,19 +21,18 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>NetworkUtils</artifactId>
<version>1.0</version>
<version>2.1</version>
</dependency>
</dependencies>
```
Gradle Info
---------
````
```
dependencies {
...
compile 'com.dorkbox:NetworkUtils:1.0'
compile 'com.dorkbox:NetworkUtils:2.1'
}
````
```
License
---------

View File

@ -1,5 +1,5 @@
/*
* Copyright 2020 dorkbox, llc
* Copyright 2021 dorkbox, llc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -30,9 +30,9 @@ gradle.startParameter.warningMode = WarningMode.All
plugins {
java
id("com.dorkbox.GradleUtils") version "1.16"
id("com.dorkbox.GradleUtils") version "1.17"
id("com.dorkbox.Licensing") version "2.5.5"
id("com.dorkbox.VersionUpdate") version "2.1"
id("com.dorkbox.VersionUpdate") version "2.2"
id("com.dorkbox.GradlePublish") version "1.10"
// id("com.dorkbox.GradleModuleInfo") version "1.1"