diff --git a/README.md b/README.md index 08ed3a6..ebd08b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # create-vf-project -Helps to create a new [Visual Framework 2.0](https://visual-framework.github.io/vf-welcome/)-based project. +Helps to create a new [Visual Framework](https://visual-framework.github.io/vf-welcome/)-based project. ## Usage diff --git a/createVfProject.js b/createVfProject.js index 7166e90..bcf476f 100644 --- a/createVfProject.js +++ b/createVfProject.js @@ -24,7 +24,7 @@ let locations = { zipName: 'source.zip', tempLocation: 'temp', zipFolderStem: 'notYetSet', - vfEleventy: 'https://github.com/visual-framework/vf-eleventy/archive/v2.0.0-beta.4.zip', + vfEleventy: 'https://github.com/visual-framework/vf-eleventy/archive/v2.0.0-beta.5.zip', ebiEleventy: 'https://github.com/ebiwd/ebi-eleventy-boilerplate/archive/master.zip', emblEleventy: 'https://github.com/visual-framework/embl-communications/embl-eleventy/master.zip', vfBuildBoilerplate: 'https://github.com/visual-framework/vf-build-boilerplate/archive/master.zip', diff --git a/package.json b/package.json index c252bfa..3c20eea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/create-vf-project", - "version": "0.2.7", + "version": "0.2.8", "description": "Helps to create a new Visual Framework 2.0-based project.", "main": "createVfProject.js", "bin": {