Skip to content

Commit 3dad88d

Browse files
committed
release version bump
1 parent 3395ce2 commit 3dad88d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ Maven
176176
<dependency>
177177
<groupId>com.github.saasquatch</groupId>
178178
<artifactId>json-schema-inferrer</artifactId>
179-
<version>0.1.1-alpha-43</version>
179+
<version>0.1.1-alpha-44</version>
180180
</dependency>
181181
```
182182

183183
Gradle
184184

185185
```gradle
186-
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1-alpha-43'
186+
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1-alpha-44'
187187
```
188188

189189
### Transitive Dependencies

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.saasquatch</groupId>
66
<artifactId>json-schema-inferrer</artifactId>
7-
<version>0.1.1-alpha-43</version>
7+
<version>0.1.1-alpha-44</version>
88
<packaging>jar</packaging>
99

1010
<name>json-schema-inferrer</name>

0 commit comments

Comments
 (0)