Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Bump template versions to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brevilo committed Dec 19, 2021
1 parent 747453f commit e497efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A clear and concise description of what you expected to happen.
- OS: [e.g. Linux]
- Java version: [e.g. OpenJDK 8]
- libolm version [e.g. 3.2.8]
- jOlm version [e.g. 1.0.0]
- jOlm version [e.g. 1.1.0]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jOlm uses Java Native Access (JNA) and currently requires Olm to be installed. H
<dependency>
<groupId>io.github.brevilo</groupId>
<artifactId>jolm</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit e497efa

Please sign in to comment.