This commit is contained in:
zzz
2025-04-10 12:45:44 -04:00
parent c39fc3a87a
commit 1f89bdc825
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
2025-04-xx [0.2]
- Add units using heuristics
2025-04-10 [0.2]
- Add units using heuristics (All seconds and bytes metrics renamed)
- Scale time unit ms to seconds
- Add rate event counters
- Add frequency event counters

View File

@ -12,7 +12,7 @@
<!-- get version number -->
<buildnumber file="scripts/build.number" />
<!-- change version in PromManager when you change this -->
<property name="release.number" value="0.1" />
<property name="release.number" value="0.2" />
<!-- make the update su3 -->
<copy file="CHANGES.txt" todir="plugin/" overwrite="true" />

View File

@ -51,7 +51,7 @@ public class PromManager implements ClientApp {
private ClientAppState _state = UNINITIALIZED;
public static final String VERSION = "0.1";
public static final String VERSION = "0.2";
public PromManager(I2PAppContext ctx, ClientAppManager mgr, String args[]) {
_context = ctx;