From 37dcc53eea8d14b38a8b1fd7a87c93a801312d18 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Sat, 14 Mar 2020 11:14:54 -0400 Subject: [PATCH] #2037: Revert to vert --- .travis.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb1bed9a5..9090cbca3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ stages: - name: deploy if: | type = push AND \ - branch == "master" OR | + branch == "master" OR \ tag IS present # Set some immportant things to help maximize our CI performance diff --git a/package.json b/package.json index 5298451be..1a5594324 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lando", "description": "The best local development solution in the galaxy.", "license": "GPL-3.0", - "version": "3.0.0-aft.1", + "version": "3.0.0-aft.0", "repository": { "type": "git", "url": "https://github.com/lando/lando" @@ -153,4 +153,4 @@ "vuepress-plugin-robots": "^1.0.1", "vuepress-plugin-sitemap": "https://github.com/ekoeryanto/vuepress-plugin-sitemap#dd8b9763b2c7939668a67f2afa34de501dea45d4" } -} \ No newline at end of file +}