From cd87e20817b4c59eba7bcd3d758ef35d958689db Mon Sep 17 00:00:00 2001 From: Richard Dallaway Date: Wed, 9 May 2018 17:08:19 +0100 Subject: [PATCH] release 1.2.0 --- README.md | 3 +-- build.sbt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 451bdf2..57851e4 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,12 @@ Inserts the [Google Analytics async tracking code](http://code.google.com/apis/a That is, if you supply a Google Analytics tracking ID, the head of all pages will have the Google tracking Javascript code automatically added. - ## Using this module 1. Include the dependency: // For Lift 3.2.x (Scala 2.12): - "net.liftmodules" %% "google-analytics_3.2" % "1.2.0-SNAPSHOT" + "net.liftmodules" %% "google-analytics_3.2" % "1.2.0" Note that from 1.2.0 onwards this module switched to using Google Tag Manager (via [#8](https://github.com/d6y/liftmodules-googleanalytics/pull/8)). The versions below use the older `ga.js` approach. diff --git a/build.sbt b/build.sbt index 44d799c..ab5f006 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ name := "google-analytics" organization := "net.liftmodules" -version := "1.2.0-SNAPSHOT" +version := "1.2.0" liftVersion := "3.2.0"