Skip to content

Commit

Permalink
updated version to 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-divkit committed Nov 15, 2022
1 parent 3b62c72 commit a5da495
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client/ios/Configurations/Version.xcconfig
@@ -1,2 +1,2 @@
MARKETING_VERSION = 15.0.0
CURRENT_PROJECT_VERSION = 15
MARKETING_VERSION = 16.0.0
CURRENT_PROJECT_VERSION = 16
2 changes: 1 addition & 1 deletion client/ios/DivKit/DivKitInfo.swift
@@ -1,3 +1,3 @@
public enum DivKitInfo {
public static let version = "15.0.0"
public static let version = "16.0.0"
}
2 changes: 1 addition & 1 deletion client/web/divkit/package.json
@@ -1,6 +1,6 @@
{
"name": "@divkitframework/divkit",
"version": "15.0.0",
"version": "16.0.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 = "15.0.0"
version = "16.0.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": "15.0.0",
"version": "16.0.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 @@
15.0.0
16.0.0

0 comments on commit a5da495

Please sign in to comment.