Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit f831a1a

Browse files
committed
2 parents 1e82e58 + a0a63ee commit f831a1a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All changes to Chicio coding will be documented in this file.
33

4+
## [1.1.5](https://github.com/chicio/chicio.github.io/releases/tag/1.1.5)
5+
Release date: 2019-02-23.
6+
7+
#### Added
8+
- new Google Analytics campaign for pwa
9+
10+
411
## [1.1.4](https://github.com/chicio/chicio.github.io/releases/tag/1.1.4)
512
Release date: 2019-02-15.
613

_includes/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.4
1+
1.1.5

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"type": "image/png"
2424
}
2525
],
26-
"start_url": "./?utm_source=pwa",
26+
"start_url": "./?utm_source=pwa&utm_medium=application&utm_campaign=entry-point",
2727
"display": "standalone",
2828
"background_color": "#303F9F",
2929
"theme_color": "#3F51B5",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabrizio-duroni",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Fabrizio Duroni aka 'chicio' website",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)