Skip to content

Commit

Permalink
Merge pull request #22 from eBay/byarger/3.0.1
Browse files Browse the repository at this point in the history
TMBuilder v3.0.1 - Upgrade to GraphQL2JSONSchema library 1.1.2 to fix non nullable operation parsing.
  • Loading branch information
yarg0007 authored Mar 6, 2023
2 parents 26405be + db0c429 commit 4878f1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TMBuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>tmbuilder</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<name>TMBuilder</name>
<description>Thin Model Builder (TMBuilder) for NST thin models.</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class TMGuiConstants {

public static final String APP_NAME = "TMBuilder v3.0.0";
public static final String APP_NAME = "TMBuilder v3.0.1";
public static final int DEFAULT_WINDOW_WIDTH = 1000;
public static final int DEFAULT_WINDOW_HEIGHT = 800;
public static final String DICTIONARY_KEY = "<key>";
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.ebay.nst</groupId>
<artifactId>graphql-to-jsonschema</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit 4878f1f

Please sign in to comment.