update version and run build

This commit is contained in:
David Miller 2021-06-03 17:04:55 -04:00
parent c6f4ca7181
commit 39611ea1e2
4 changed files with 4 additions and 4 deletions

2
dist/css/styles.css vendored
View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Start Bootstrap - Agency v7.0.0 (https://startbootstrap.com/theme/agency)
* Start Bootstrap - Agency v7.0.1 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/

2
dist/js/scripts.js vendored
View File

@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Agency v7.0.0 (https://startbootstrap.com/theme/agency)
* Start Bootstrap - Agency v7.0.1 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "startbootstrap-agency",
"version": "7.0.0",
"version": "7.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"title": "Agency",
"name": "startbootstrap-agency",
"version": "7.0.0",
"version": "7.0.1",
"scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js",