Skip to content

Commit

Permalink
raised version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaryFeather committed Jun 22, 2018
1 parent 2a53e0a commit a2d1927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flox/src/com/gamua/flox/Flox.as
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ package com.gamua.flox
public final class Flox
{
/** The current version of the Flox library. */
public static const VERSION:String = "1.3";
public static const VERSION:String = "1.4";

/** The base URL of the Flox REST API. */
public static const BASE_URL:String = "https://www.flox.cc/api";
Expand Down

0 comments on commit a2d1927

Please sign in to comment.