diff --git a/docs/_config.yml b/docs/_config.yml index e6aa03d..5f63dca 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,7 +8,7 @@ google_analytics_id: 'UA-71789679-1' # Version of LostGrid this is targeted for: -docs-version: '8.3.1' +docs-version: '9.0.0' # Enable/show navigation. There are there options: # 0 - always hide diff --git a/package-lock.json b/package-lock.json index 43465f3..5ae9ea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lost", - "version": "9.0.0-beta.3", + "version": "9.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a8bb14..28a45eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lost", - "version": "9.0.0-beta.3", + "version": "9.0.0", "description": "LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.", "main": "lost.js", "repository": {