Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pianoman911 committed May 30, 2024
1 parent 4dbdd17 commit 5cbd61b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The stream source is 1920x1080@20fps streamed with OBS.
<dependency>
<groupId>de.pianoman911</groupId>
<artifactId>mapengine-mediaext</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -80,7 +80,7 @@ repositories {
}
dependencies {
compileOnly 'de.pianoman911:mapengine-mediaext:1.1.2'
compileOnly 'de.pianoman911:mapengine-mediaext:1.1.3'
}
```

Expand All @@ -97,7 +97,7 @@ repositories {
}

dependencies {
compileOnly("de.pianoman911:mapengine-mediaext:1.1.2")
compileOnly("de.pianoman911:mapengine-mediaext:1.1.3")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "de.pianoman911"
version = "1.1.2"
version = "1.1.3"

repositories {
maven("https://repo.papermc.io/repository/maven-public/")
Expand Down

0 comments on commit 5cbd61b

Please sign in to comment.