Skip to content

Commit

Permalink
release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
slisaasquatch committed Jan 16, 2020
1 parent 3395ce2 commit 3dad88d
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 @@ -176,14 +176,14 @@ Maven
<dependency>
<groupId>com.github.saasquatch</groupId>
<artifactId>json-schema-inferrer</artifactId>
<version>0.1.1-alpha-43</version>
<version>0.1.1-alpha-44</version>
</dependency>
```

Gradle

```gradle
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1-alpha-43'
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1-alpha-44'
```

### Transitive Dependencies
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.saasquatch</groupId>
<artifactId>json-schema-inferrer</artifactId>
<version>0.1.1-alpha-43</version>
<version>0.1.1-alpha-44</version>
<packaging>jar</packaging>

<name>json-schema-inferrer</name>
Expand Down

0 comments on commit 3dad88d

Please sign in to comment.