Updated version to 31.5.1

commit_hash:b1f5f334112d86faa802b6bef6c05015fe1569fb
This commit is contained in:
robot-divkit
2025-03-05 17:23:12 +03:00
parent 12a83973f5
commit 215b569801
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
MARKETING_VERSION = 31.5.0
MARKETING_VERSION = 31.5.1
CURRENT_PROJECT_VERSION = 31
+1 -1
View File
@@ -1,3 +1,3 @@
public enum DivKitInfo {
public static let version = "31.5.0"
public static let version = "31.5.1"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@divkitframework/divkit",
"version": "31.5.0",
"version": "31.5.1",
"description": "DivKit for the web",
"keywords": [
"server-driven-ui",
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydivkit"
version = "31.5.0"
version = "31.5.1"
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": "31.5.0",
"version": "31.5.1",
"description": "DivKit TypeScript JSON Builder",
"main": "./dist/jsonbuilder.js",
"module": "./dist/es/jsonbuilder.js",
+1 -1
View File
@@ -1 +1 @@
31.5.0
31.5.1