Skip to content

Commit

Permalink
update version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rbit committed Jun 14, 2021
1 parent c47af53 commit 1e9eef0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="logo.png" width="60" /> GM Server

[![CircleCI](https://img.shields.io/circleci/build/gh/f0rbit/gm-server/main)](https://jitpack.io/#f0rbit/gm-server/v1.0.2) [![Javadocs](https://img.shields.io/badge/javadocs-live-blue)](https://f0rbit.github.io/gm-server/)
[![CircleCI](https://img.shields.io/circleci/build/gh/f0rbit/gm-server/main)](https://jitpack.io/#f0rbit/gm-server/v1.0.3) [![Javadocs](https://img.shields.io/badge/javadocs-live-blue)](https://f0rbit.github.io/gm-server/)

A barebone server for talking with **GameMaker: Studio** games written in **Java**

Expand All @@ -14,7 +14,7 @@ Add the following to your `build.gradle`
}
dependencies {
implementation 'com.github.f0rbit:gm-server:v1.0.2'
implementation 'com.github.f0rbit:gm-server:v1.0.3'
}
```
Expand All @@ -33,7 +33,7 @@ Add the following to your `pom.xml`
<dependency>
<groupId>com.github.f0rbit</groupId>
<artifactId>gm-server</artifactId>
<version>v1.0.2</version>
<version>v1.0.3</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'dev.forbit'
version '1.0.1-SNAPSHOT'
version '1.0.3'

repositories {
mavenCentral {
Expand Down
2 changes: 1 addition & 1 deletion example/platformer-basic/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'

implementation 'com.github.f0rbit:gm-server:v1.0.2'
implementation 'com.github.f0rbit:gm-server:v1.0.3'

compileOnly 'org.projectlombok:lombok:1.18.20'
annotationProcessor 'org.projectlombok:lombok:1.18.20'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'gmserver'
rootProject.name = 'gm-server'

0 comments on commit 1e9eef0

Please sign in to comment.