Skip to content

Commit

Permalink
Bump project version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 committed Jun 10, 2021
1 parent 734e063 commit 8ed1fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ Maven
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
<version>1.0.3</version>
<version>1.1.0</version>
</dependency>

```

Gradle

```gradle
compile group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.0.3'
compile group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.1.0'
```
<!--- TODO
add the 'android' classifier when building on android:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>Titanium JSON-LD 1.1</name>
Expand Down

0 comments on commit 8ed1fe5

Please sign in to comment.