Skip to content

Commit 1fd4732

Browse files
committed
build: Увеличение версии до 1.1.0
1 parent b5cc4a1 commit 1fd4732

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autumn-properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"cli": {
99
"ИмяПриложения": "httpbin",
1010
"ПолноеИмяПриложения": "Cервис тестирования HTTP клиента",
11-
"ВерсияПриложения": "1.0.0"
11+
"ВерсияПриложения": "1.1.0"
1212
}
1313
}

packagedef

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Описание.Имя("httpbin")
2-
.Версия("1.0.0")
2+
.Версия("1.1.0")
33
.Автор("Dmitry Ivanov")
44
.АдресАвтора("https://github.com/Stivo182")
55
.Описание("Сервис тестирования HTTP клиента")

src/app/view/static/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"description": "Cервис тестирования HTTP клиента разработанный на OneScript + WINOW",
1010
"title": "oscript-httpbin",
11-
"version": "1.0.0"
11+
"version": "1.1.0"
1212
},
1313
"paths": {
1414
"/absolute-redirect/{n}": {

0 commit comments

Comments
 (0)