diff --git a/README.md b/README.md index f270ffa..9ffe7fd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ echo Twig::render('@library/twig/examples.html.twig'); ## Documentation -See [documentation](./docs/README.md) for detailed documentation. +See [https://phproberto.github.io/joomla-twig/](https://phproberto.github.io/joomla-twig/) for detailed documentation. ## Requirements diff --git a/build/package.json b/build/package.json index ea61bc8..44185f0 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "joomla-twig", - "version": "1.0.0-beta2", + "version": "1.0.0", "description": "Gulp build system for joomla-twig library", "main": "gulpfile.js", "directories": { diff --git a/extensions/libraries/twig/twig.xml b/extensions/libraries/twig/twig.xml index 53dbb64..9c0591e 100644 --- a/extensions/libraries/twig/twig.xml +++ b/extensions/libraries/twig/twig.xml @@ -8,7 +8,7 @@ www.phproberto.com Copyright (C) 2017 Roberto Segura López. All rights reserved. GNU General Public License version 2 or later, see LICENSE. - 1.0.0-beta2 + 1.0.0 Twig library form diff --git a/extensions/pkg_twig.xml b/extensions/pkg_twig.xml index d3d952e..674ba05 100644 --- a/extensions/pkg_twig.xml +++ b/extensions/pkg_twig.xml @@ -10,7 +10,7 @@ Roberto Segura twig http://www.phproberto.com - 1.0.0-beta2 + 1.0.0 PKG_TWIG_XML_DESCRIPTION install.php diff --git a/sonar-project.properties b/sonar-project.properties index b2aed79..e7d4359 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=phproberto:joomla-twig # this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. sonar.projectName=joomla-twig -sonar.projectVersion=1.0.0-beta2 +sonar.projectVersion=1.0.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # This property is optional if sonar.modules is set.