diff --git a/docs/conf.py b/docs/conf.py index c31c195..aa0f605 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0-rc.2' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/release-notes-1.0.rst b/docs/release-notes-1.0.rst index 6ddbd36..53fdd29 100644 --- a/docs/release-notes-1.0.rst +++ b/docs/release-notes-1.0.rst @@ -8,7 +8,7 @@ Release Notes of SlimerJS 1.0 version 1.0 =========== -Not released yet. +Released on March 23, 2018. New features and API --------------------- diff --git a/package.json b/package.json index 54d6ab1..fe387b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slimerjs", - "version": "1.0.0-rc.2", + "version": "1.0.0", "description": "A scriptable browser like PhantomJS, based on Firefox", "bin": { "slimerjs": "./src/slimerjs-node" diff --git a/src/application.ini b/src/application.ini index 0f438ec..23a9937 100644 --- a/src/application.ini +++ b/src/application.ini @@ -1,7 +1,7 @@ [App] Vendor=Innophi Name=SlimerJS -Version=1.0.0-rc.2 +Version=1.0.0 BuildID=20180323 ID=slimerjs@slimerjs.org Copyright=Copyright 2012-2018 Laurent Jouanneau & Innophi