Skip to content

Commit

Permalink
[ci skip] Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Monkey committed Oct 22, 2024
1 parent 6a5aea7 commit a503a6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build](https://github.com/promcteam/divinity/actions/workflows/release.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/releases/studio/magemonkey/divinity/1.0.1-R0.12-SNAPSHOT)
[![Build](https://github.com/promcteam/divinity/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://s01.oss.sonatype.org/content/repositories/snapshots/studio/magemonkey/divinity/1.0.1-R0.12-SNAPSHOT)
[![Build](https://github.com/promcteam/divinity/actions/workflows/release.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/releases/studio/magemonkey/divinity/1.0.1-R1)
[![Build](https://github.com/promcteam/divinity/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://s01.oss.sonatype.org/content/repositories/snapshots/studio/magemonkey/divinity/1.0.1-R1)
[![Discord](https://dcbadge.vercel.app/api/server/6UzkTe6RvW?style=flat)](https://discord.gg/6UzkTe6RvW)

# Divinity
Expand All @@ -8,15 +8,10 @@ If you wish to use Divinity as a dependency in your projects, Divinity is availa
or snapshots through Sonatype.

```xml
<repository>
<id>sonatype</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
...
<dependency>
<groupId>studio.magemonkey</groupId>
<artifactId>divinity</artifactId>
<version>1.0.1-R0.12-SNAPSHOT</version>
<version>1.0.1-R1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>divinity</artifactId>
<version>1.0.1-R0.13-SNAPSHOT</version>
<version>1.0.1-R1</version>
<name>Divinity</name>
<description>Custom items, combat, and more!</description>

Expand Down

0 comments on commit a503a6e

Please sign in to comment.