Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v3.0.5'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javacord-CI committed Nov 22, 2019
1 parent 917e4b3 commit c770bfd
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 @@
0756e4c362022e9a6da5679821a5428f54de0bb7950e5d58ad535b498d3fa130
87828c8747d7ddab7f5617287553c11a296487e8c7df4881d6bf2210faae96c9
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.4' }
dependencies { implementation 'org.javacord:javacord:3.0.5' }
```

#### Maven
```xml
<dependency>
<groupId>org.javacord</groupId>
<artifactId>javacord</artifactId>
<version>3.0.4</version>
<version>3.0.5</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.5-SNAPSHOT
version = 3.0.5

0 comments on commit c770bfd

Please sign in to comment.