Skip to content

Commit

Permalink
Critical fix for locating path of airpackage for publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
marchbold committed Aug 31, 2021
1 parent ef40707 commit dd17651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/com/apm/client/Consts.as
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package com.apm.client
{
public final class Consts
{
public static const VERSION : String = "0.0.2-beta";
public static const VERSION : String = "0.0.3-beta";
}
}
4 changes: 2 additions & 2 deletions version.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue, 31 Aug 2021 14:39:38 +1000
#Tue, 31 Aug 2021 16:27:01 +1000

version_major=0
version_minor=0
version_build=2
version_build=3
version_preview=-beta

0 comments on commit dd17651

Please sign in to comment.