From 430b2872cb570f7c0201aad00e92e7ab76978d95 Mon Sep 17 00:00:00 2001 From: "Alexis Jr. Banaag" Date: Fri, 17 Apr 2020 02:41:46 +0800 Subject: [PATCH 1/3] chore: update travis config --- .travis.yml | 1 + deploy.sh | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 deploy.sh diff --git a/.travis.yml b/.travis.yml index cbd49a9..590112f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,6 @@ deploy: skip_cleanup: true github_token: $GITHUB_TOKEN local_dir: dist + keep_history: true on: branch: master \ No newline at end of file diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755 From 2c81bdd07ec86b2a71c5273a65aca172dfe22892 Mon Sep 17 00:00:00 2001 From: "Alexis Jr. Banaag" Date: Fri, 17 Apr 2020 02:44:06 +0800 Subject: [PATCH 2/3] chore: update index title --- public/index.html | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index bc51465..fa50574 100644 --- a/public/index.html +++ b/public/index.html @@ -1,19 +1,23 @@ - - - - - - <%= htmlWebpackPlugin.options.title %> - - - - - -
- - - + + + + + + + COVIDvue + + + + + + +
+ + + + \ No newline at end of file From cee2e1344a2b141854965c7f7ebb3c65378f8930 Mon Sep 17 00:00:00 2001 From: "Alexis Jr. Banaag" Date: Fri, 17 Apr 2020 02:44:29 +0800 Subject: [PATCH 3/3] chore: bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 13cbc0f..f3bb191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "covid-vue", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -38,4 +38,4 @@ "vue-template-compiler": "^2.6.11", "vuetify-loader": "^1.3.0" } -} +} \ No newline at end of file