Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed May 9, 2018
1 parent ab1a914 commit cd87e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "google-analytics"

organization := "net.liftmodules"

version := "1.2.0-SNAPSHOT"
version := "1.2.0"

liftVersion := "3.2.0"

Expand Down

0 comments on commit cd87e20

Please sign in to comment.