Skip to content

Commit

Permalink
0.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jul 6, 2021
1 parent fec6f6c commit 237c428
Show file tree
Hide file tree
Showing 3 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 @@ -14,7 +14,7 @@ To get the latest release from Maven Central, simply add the following to your `
<dependency>
<groupId>io.imagineobjects.web</groupId>
<artifactId>linguin-ai-java</artifactId>
<version>not-yet-released</version>
<version>0.0.1</version>
</dependency>
```

Expand All @@ -23,7 +23,7 @@ or download the <a href="https://oss.sonatype.org/service/local/repositories/rel
If you use Gradle, add this to your dependencies:

```gradle
implementation group: 'io.imagineobjects.web', name: 'linguin-ai-java', version: 'not-yet-released'
implementation group: 'io.imagineobjects.web', name: 'linguin-ai-java', version: '0.0.1'
```

The releases are also available on [Github Packages](https://github.com/imagineobjects/linguin-ai-java/packages)!
Expand Down
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>io.imagineobjects.web</groupId>
<artifactId>linguin-ai-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
Empty file modified release.sh
100644 → 100755
Empty file.

0 comments on commit 237c428

Please sign in to comment.