Updated version to 30.20.0

commit_hash:857395d1428d4ab42b4c9ad829c8088b1dcfd1a1
This commit is contained in:
robot-divkit
2024-09-25 14:43:09 +03:00
parent 7e0b36ec16
commit 073a9a75cd
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
MARKETING_VERSION = 30.19.0
MARKETING_VERSION = 30.20.0
CURRENT_PROJECT_VERSION = 30
+1 -1
View File
@@ -1,3 +1,3 @@
public enum DivKitInfo {
public static let version = "30.19.0"
public static let version = "30.20.0"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@divkitframework/divkit",
"version": "30.19.0",
"version": "30.20.0",
"description": "DivKit for the web",
"keywords": [
"server-driven-ui",
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydivkit"
version = "30.19.0"
version = "30.20.0"
description = "DivKit python library"
readme = "README.md"
repository = "https://github.com/divkit/divkit/tree/main/json-builder/python"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@divkitframework/jsonbuilder",
"version": "30.19.0",
"version": "30.20.0",
"description": "DivKit TypeScript JSON Builder",
"main": "./dist/jsonbuilder.js",
"module": "./dist/es/jsonbuilder.js",
+1 -1
View File
@@ -1 +1 @@
30.19.0
30.20.0