Skip to content

Commit

Permalink
Release: version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 6, 2019
1 parent ed3342f commit ae98cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,9 +29,9 @@ Just add those few lines of the code to your website, right before `</body>`. Do
```html
<script>
window.ga_tid = "UA-XXXXX-Y"; // {String} The trackerID of your site.
window.ga_url = "https://example.com/xxx/"; // {String} The route of your cloudflare workers you just registered before.
window.ga_api = "https://example.com/xxx/"; // {String} The route of your cloudflare workers you just registered before.
</script>
<script src="https://cdn.jsdelivr.net/npm/cfga@1.0.0" async></script>
<script src="https://cdn.jsdelivr.net/npm/cfga@1.0.1" async></script>
```

### 3. Watch this repo with `Releases Only`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cfga",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Cloudflare Workers implementation of an async Google Analytics",
"main": "cfga.min.js",
"scripts": {
Expand Down

0 comments on commit ae98cc5

Please sign in to comment.