Skip to content

Commit 87c9c46

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents f3312e7 + abf7a35 commit 87c9c46

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Build](https://github.com/magemonkeystudio/divinity/actions/workflows/release.yml/badge.svg?branch=main)](https://repo.travja.dev/releases/studio/magemonkey/divinity/1.0.2-R0.52-SNAPSHOT)
2-
[![Build](https://github.com/magemonkeystudio/divinity/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://repo.travja.dev/snapshots/studio/magemonkey/divinity/1.0.2-R0.52-SNAPSHOT)
1+
[![Build](https://github.com/magemonkeystudio/divinity/actions/workflows/release.yml/badge.svg?branch=main)](https://repo.travja.dev/releases/studio/magemonkey/divinity/1.0.2-R0.53-SNAPSHOT)
2+
[![Build](https://github.com/magemonkeystudio/divinity/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://repo.travja.dev/snapshots/studio/magemonkey/divinity/1.0.2-R0.53-SNAPSHOT)
33
[![Discord](https://dcbadge.limes.pink/api/server/6UzkTe6RvW?style=flat)](https://discord.gg/6UzkTe6RvW)
44

55
# Divinity
@@ -16,7 +16,7 @@ or snapshots through Sonatype.
1616
<dependency>
1717
<groupId>studio.magemonkey</groupId>
1818
<artifactId>divinity</artifactId>
19-
<version>1.0.2-R0.52-SNAPSHOT</version>
19+
<version>1.0.2-R0.53-SNAPSHOT</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>divinity</artifactId>
14-
<version>1.0.2-R0.53-SNAPSHOT</version>
14+
<version>1.0.2-R0.54-SNAPSHOT</version>
1515
<name>Divinity</name>
1616
<description>Custom items, combat, and more!</description>
1717

@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>org.apache.maven.plugins</groupId>
236236
<artifactId>maven-jar-plugin</artifactId>
237-
<version>3.4.2</version>
237+
<version>3.5.0</version>
238238
<configuration>
239239
<archive>
240240
<manifestEntries>

0 commit comments

Comments
 (0)