Skip to content

Commit

Permalink
Merge branch 'release/v1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Oct 1, 2020
2 parents d0a3285 + b6d9ebc commit a8c15ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
Константы_ЛокальнаяВерсия = ЗагрузитьСценарий(ПутьКСценариюКонстант);
ВерсияПродукта = Константы_ЛокальнаяВерсия.ВерсияПродукта;
Иначе
ВерсияПродукта = "1.0.1";
ВерсияПродукта = "1.0.2";
КонецЕсли;

Описание.Имя("opm")
Expand Down
2 changes: 1 addition & 1 deletion src/core/Модули/КонстантыOpm.os
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
ПутьВЗапасномХранилище = "/download/";
ЛокальныйКаталогУстановкиПакетов = "oscript_modules";
ИмяЛога = "oscript.app.opm";
ВерсияПродукта = "1.0.1";
ВерсияПродукта = "1.0.2";
ИмяФайлаНастроек = "opm.cfg";
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Использовать logos

Перем Лог;

Функция ПрочитатьОписаниеПакета() Экспорт
Expand Down

0 comments on commit a8c15ef

Please sign in to comment.