Skip to content

Commit

Permalink
Updated version to 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-divkit committed Feb 1, 2023
1 parent e064e8c commit dbd0a28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/ios/Configurations/Version.xcconfig
@@ -1,2 +1,2 @@
MARKETING_VERSION = 23.0.0
MARKETING_VERSION = 23.1.0
CURRENT_PROJECT_VERSION = 23
2 changes: 1 addition & 1 deletion client/ios/DivKit/DivKitInfo.swift
@@ -1,3 +1,3 @@
public enum DivKitInfo {
public static let version = "23.0.0"
public static let version = "23.1.0"
}
2 changes: 1 addition & 1 deletion client/web/divkit/package.json
@@ -1,6 +1,6 @@
{
"name": "@divkitframework/divkit",
"version": "23.0.0",
"version": "23.1.0",
"description": "DivKit for the web",
"keywords": [
"server-driven-ui",
Expand Down
2 changes: 1 addition & 1 deletion json-builder/python/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydivkit"
version = "23.0.0"
version = "23.1.0"
description = "DivKit python library"
readme = "README.md"
repository = "https://github.com/divkit/divkit/tree/main/json-builder/python"
Expand Down
2 changes: 1 addition & 1 deletion json-builder/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@divkitframework/jsonbuilder",
"version": "23.0.0",
"version": "23.1.0",
"description": "DivKit TypeScript JSON Builder",
"main": "./dist/jsonbuilder.js",
"module": "./dist/es/jsonbuilder.js",
Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
23.0.0
23.1.0

0 comments on commit dbd0a28

Please sign in to comment.