Updated version to 32.28.0

commit_hash:a839c3dbf745630ffefdd6ff90ea6ddde9ec66d0
This commit is contained in:
robot-divkit
2025-11-26 14:30:56 +03:00
parent d896990285
commit 85f6f23636
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
MARKETING_VERSION = 32.27.0
MARKETING_VERSION = 32.28.0
CURRENT_PROJECT_VERSION = 32
+1 -1
View File
@@ -1,3 +1,3 @@
public enum DivKitInfo {
public static let version = "32.27.0"
public static let version = "32.28.0"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@divkitframework/divkit",
"version": "32.27.0",
"version": "32.28.0",
"description": "DivKit for the web",
"keywords": [
"server-driven-ui",
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydivkit"
version = "32.27.0"
version = "32.28.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": "32.27.0",
"version": "32.28.0",
"description": "DivKit TypeScript JSON Builder",
"main": "./dist/jsonbuilder.js",
"module": "./dist/es/jsonbuilder.js",
+1 -1
View File
@@ -1 +1 @@
32.27.0
32.28.0