We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e372f commit 5e91c92Copy full SHA for 5e91c92
src/com/glacialrush/react/Version.java
@@ -2,6 +2,6 @@
2
3
public class Version
4
{
5
- public static final String V = "1.4.6p";
6
- public static final int C = 1406;
+ public static final String V = "1.4.7p";
+ public static final int C = 1407;
7
}
0 commit comments