diff --git a/README.md b/README.md index 87e79db..0322959 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # nathanblaylock.com -Develop: - +## Develop: 1. Create a new branch for what you are working on 2. `npm run dev` -Deploy: - -1. Commit files to new branch -2. Merge in to `master` branch. This triggers a GitHub action -3. Check the actions status at https://github.com/ngblaylock/nathanblaylock.com/actions \ No newline at end of file +## Deploy: +1. Update package.json version +2. Commit files to new branch +3. Merge in to `master` branch. This triggers a GitHub action +4. Check the actions status at https://github.com/ngblaylock/nathanblaylock.com/actions \ No newline at end of file diff --git a/package.json b/package.json index 3a164df..4637520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nathanblaylock.com", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "blunt": "node ./node_modules/@ngblaylock/blunt-images ./blunt.config.cjs", diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index 2e165bd..4dd0d7a 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -1,6 +1,6 @@