Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v3.0.1'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javacord-CI committed Oct 21, 2018
1 parent 193a485 commit 7b4d498
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/README.md.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b26f413686399afd598db1ef815efabe301f195ce4a7ddaad5b77b4f1814b51c
2886c51c3fbe88121b5a4e24f9341431e71e1abeb6e56b68b65721a0b5aa33f8
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ or download Javacord directly from [GitHub](https://github.com/Javacord/Javacord
#### Gradle
```groovy
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.0.0' }
dependencies { implementation 'org.javacord:javacord:3.0.1' }
```

#### Maven
```xml
<dependency>
<groupId>org.javacord</groupId>
<artifactId>javacord</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.caching = true
version = 3.0.1-SNAPSHOT
version = 3.0.1

0 comments on commit 7b4d498

Please sign in to comment.