We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc16ccd commit a376c86Copy full SHA for a376c86
1 file changed
src/core.js
@@ -7,7 +7,7 @@ var ME = EVEoj,
7
8
ME.V_MAJOR = 0;
9
ME.V_MINOR = 1;
10
-ME.V_PATCH = 0;
+ME.V_PATCH = 1;
11
ME.VERSION = ME.V_MAJOR + '.' + ME.V_MINOR + '.' + ME.V_PATCH;
12
13
ME.M_per_LY = 9.4605284e+15; // meters per lightyear
0 commit comments