Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v3.1.2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javacord-CI committed Dec 16, 2020
1 parent 6ed858c commit 8608eae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/README.md.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0e0e0bc2fee4ba0d508044e610be4b58918f37f12c56b8bdff8cdc4976b00ece
f61935055dc2c92ed1dac3adf51145cf4eadc66fea9b075a07b0a4ad5069a16f
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are not familiar with build managers, you can follow this [setup guide](#

```groovy
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.1.1' }
dependencies { implementation 'org.javacord:javacord:3.1.2' }
```

#### Maven
Expand All @@ -59,15 +59,15 @@ dependencies { implementation 'org.javacord:javacord:3.1.1' }
<dependency>
<groupId>org.javacord</groupId>
<artifactId>javacord</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<type>pom</type>
</dependency>
```

#### Sbt

```scala
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.1.1")
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.1.2")
```

### Optional Logger 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.1.2-SNAPSHOT
version = 3.1.2

0 comments on commit 8608eae

Please sign in to comment.