uopdated version

This commit is contained in:
Robinson 2023-02-14 13:33:17 +01:00
parent ca5094b514
commit fb1ec90a38
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

11
README.md Executable file → Normal file
View File

@ -85,19 +85,19 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId> <artifactId>Notify</artifactId>
<version>3.7</version> <version>4.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
Gradle Info Gradle Info
--------- ---------
```` ```
dependencies { dependencies {
... ...
compile "com.dorkbox:Notify:3.7" compile "com.dorkbox:Notify:4.0"
} }
```` ```
Or if you don't want to use Maven, you can access the files directly here: Or if you don't want to use Maven, you can access the files directly here:
@ -111,5 +111,4 @@ https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
License License
--------- ---------
This project is © 2015 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.