Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperGeurtz committed Jan 13, 2020
1 parent 023d08c commit dd46238
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add JBWAPI as a dependency:
<dependency>
<groupId>com.github.JavaBWAPI</groupId>
<artifactId>JBWAPI</artifactId>
<version>1.0.0</version>
<version>1.1</version>
</dependency>
```

Expand All @@ -56,7 +56,7 @@ allprojects {
Add JBWAPI as a dependency:
```
dependencies {
implementation 'com.github.JavaBWAPI:JBWAPI:1.0.0'
implementation 'com.github.JavaBWAPI:JBWAPI:1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion it/bots/SittingDuck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>jbwapi.it</groupId>
<artifactId>bots</artifactId>
<version>1.0.0</version>
<version>1.1</version>
</parent>

<artifactId>SittingDuck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/bots/jbwapibot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>jbwapi.it</groupId>
<artifactId>bots</artifactId>
<version>1.0.0</version>
<version>1.1</version>
</parent>

<artifactId>MarineHell</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions it/bots/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>jbwapi.it</groupId>
<artifactId>bots</artifactId>
<version>1.0.0</version>
<version>1.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>jbwapi</groupId>
<artifactId>jbwapi</artifactId>
<version>1.0.0</version>
<version>1.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>jbwapi</groupId>
<artifactId>jbwapi</artifactId>
<version>1.0.0</version>
<version>1.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit dd46238

Please sign in to comment.