From caa0080323c7ee87352ac758d46fe3bd5e125711 Mon Sep 17 00:00:00 2001 From: marchbold Date: Fri, 23 Jul 2021 17:01:25 +1000 Subject: [PATCH] Updated version --- README.md | 2 -- client/src/com/apm/client/Consts.as | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) 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"; } - }