Project

General

Profile

« Previous | Next » 

Revision b63235a0

Added by Leszek Koltunski over 1 year ago

Make it possible to create Diamond and Icosahedron-shaped objects to be read from json.

View differences:

src/main/java/org/distorted/objectlib/json/JsonWriter.java
33 33

  
34 34
public class JsonWriter
35 35
{
36
  public static final int VERSION_OBJECT_MAJOR = 5;
36
  public static final int VERSION_OBJECT_MAJOR = 6;
37 37
  public static final int VERSION_OBJECT_MINOR = 0;
38 38
  public static final int VERSION_EXTRAS_MAJOR = 1;
39 39
  public static final int VERSION_EXTRAS_MINOR = 0;

Also available in: Unified diff