Skip to content

Commit

Permalink
Update version number in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle authored Jun 17, 2023
1 parent 6c2f378 commit 11df504
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ dependency in your project.
<dependency>
<groupId>io.github.liflab</groupId>
<artifactId>beepbeep-3</artifactId>
<version>0.10.8-alpha</version>
<version>0.11</version>
</dependency>
```

### Ivy

```xml
<dependency org="io.github.liflab" name="beepbeep-3" rev="0.10.8"/>
<dependency org="io.github.liflab" name="beepbeep-3" rev="0.11"/>
```

### Gradle

```
compileOnly group: 'io.github.liflab', name: 'beepbeep-3', version: '0.10.8-alpha'
compileOnly group: 'io.github.liflab', name: 'beepbeep-3', version: '0.11'
```

Repository structure
Expand Down Expand Up @@ -152,7 +152,7 @@ In short:
Then, setup the build path for each project:

- `Core` requires the Bullwinkle library (see above)
- `CoreTest` depends on `Core` and requires the JUnit 4 library
- `CoreTest` depends on `Core` and requires the JUnit *4* library
- Each of the palette folders depend on `Core` and require the JUnit
*4* library
- In addition, some of the palette projects may have other
Expand Down

0 comments on commit 11df504

Please sign in to comment.