Skip to content

Commit

Permalink
Поднял версию
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaqer committed Oct 3, 2023
1 parent 7ff9026 commit faf0b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Описание.Имя("ovm")
.Версия("1.0.0")
.Версия("1.2.0")
.Автор("Nikita Gryzlov")
.АдресАвтора("[email protected]")
.Описание("OneScript Version Manager")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
КонецФункции

Функция ВерсияПриложения() Экспорт
Возврат "1.1.0";
Возврат "1.2.0";
КонецФункции

0 comments on commit faf0b45

Please sign in to comment.