From 7d7fe45c2b4ceca7166fd09c0874c43cf1721047 Mon Sep 17 00:00:00 2001 From: Jamie Sanson Date: Tue, 17 Apr 2018 08:54:10 +1200 Subject: [PATCH] Updates version --- common.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gradle b/common.gradle index 33e8c5a..558bb8c 100644 --- a/common.gradle +++ b/common.gradle @@ -1,4 +1,4 @@ -ext.version = "1.0.5-SNAPSHOT" +ext.version = "1.0.5" ext.group = "nz.co.trademe.mapme" ext.scm = 'https://github.com/TradeMe/MapMe.git' ext.description = 'MapMe is an Android library that brings the adapter pattern to Maps, simplifying the management of markers and annotations.'