From a114d5c1ca80b66f5b6108c7fd5973f912eb7287 Mon Sep 17 00:00:00 2001 From: "oskar.wiksten@gmail.com" Date: Sat, 8 Oct 2011 13:42:40 +0000 Subject: [PATCH] Fixed issue with automatic calculation of item store prices that have a use effect (such as potions). git-svn-id: https://andors-trail.googlecode.com/svn/trunk@172 08aca716-68be-ccc6-4d58-36f5abd142ac --- AndorsTrail/AndroidManifest.xml | 2 +- .../src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java | 2 +- .../src/com/gpl/rpg/AndorsTrail/model/item/ItemType.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AndorsTrail/AndroidManifest.xml b/AndorsTrail/AndroidManifest.xml index d8a2053..12782d8 100644 --- a/AndorsTrail/AndroidManifest.xml +++ b/AndorsTrail/AndroidManifest.xml @@ -4,7 +4,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="com.gpl.rpg.AndorsTrail" android:versionCode="24" - android:versionName="0.6.10a1" + android:versionName="0.6.10a2" android:installLocation="auto" >