diff --git a/README.md b/README.md index 849b6a7..14243c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -**NOTE: EVERYTHING IN THIS REPOSITORY IS CURRENTLY A WORK-IN-PROGRESS AND ARE IN NO WAY FINAL** - ![](images/hero.png) diff --git a/client/src/com/apm/client/Consts.as b/client/src/com/apm/client/Consts.as index e228b16..49711c6 100644 --- a/client/src/com/apm/client/Consts.as +++ b/client/src/com/apm/client/Consts.as @@ -2,7 +2,6 @@ package com.apm.client { public class Consts { - public static const VERSION : String = "0.0.1-alpha"; + public static const VERSION : String = "0.0.1-beta"; } - }