diff --git a/package.json b/package.json index 3e2db2a..fa349be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surreal", - "version": "0.6.6", + "version": "1.0.1", "description": "Surreal", "repository": { "type": "git", diff --git a/surreal.js b/surreal.js index eb40a1c..3594098 100644 --- a/surreal.js +++ b/surreal.js @@ -1,4 +1,4 @@ -// Welcome to Surreal +// Welcome to Surreal 1.0.1 // Documentation: https://github.com/gnat/surreal // Locality of Behavior (LoB): https://htmx.org/essays/locality-of-behaviour/ var $ = { // You can use a different name than "$", but you must change the reference in any plugins you use!