From 6870f353ffa7109272f2ea6ea04b30541cdda150 Mon Sep 17 00:00:00 2001 From: Slazor <754107+slazor@users.noreply.github.com> Date: Sun, 23 Jan 2022 15:09:33 +0100 Subject: [PATCH] chore: version 0.8.0 --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d98ac3c..c349496 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,13 @@ > Tracking software for Entropia Universe -## Features (v0.7.x) +## Features (v0.8.x) - Keeps track of - Loot, Globals, HoFs and rare items - Attributes & Skills - Offense & Defense statistics - Enhancer breaks & Tier increases + - Kill count - Simple item loot graphs - Stats for multiple runs - Saves data historically @@ -16,6 +17,7 @@ - Hunting returns - Hunting notes - Overlay +- Session time ## Getting started diff --git a/package.json b/package.json index 36fc280..1cc04b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "entropia-tally", "productName": "Entropia Tally", - "version": "0.7.0", + "version": "0.8.0", "description": "Track Entropia Universe events", "license": "MIT", "repository": "EntropiaTally/entropia-tally-app",