This commit is contained in:
Anton Maisak 2021-07-01 17:55:46 +03:00
parent a31c21f64e
commit f462ea0d4f
2 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@ book = {
scriptsUrl: 'https://raw.githubusercontent.com/Linux4Yourself/Linux4Yourself.Book.Scripts',
// ревизия книги. (develop | release | tag (releases/v.0.0.1))
// выставить в релизной ветке.
revision: 'develop',
revisionShort: 'dev',
revision: 'release/v.1.2',
revisionShort: 'rel',
}
const exrtraUrl = `${book.revisionShort}-extra/#/`;

View File

@ -1,6 +1,6 @@
{
"name": "linux4yourself.book",
"version": "1.0.0",
"version": "1.2.0",
"description": "Книга обеспечит вас необходимыми знаниями чтобы создать свою собственную Linux систему с самого начала.",
"scripts": {
"start": "node ./node_modules/docsify-cli/bin/docsify serve docs"