🔧 Fix incorrect version numbers

This commit is contained in:
James Panther
2021-11-03 09:24:21 +11:00
parent d56da3b0bc
commit dfd4975b72
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hugo-lynx-theme",
"version": "0.0.1",
"version": "1.0.0",
"description": "Lynx theme for Hugo",
"scripts": {
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",