Skip to content

Commit

Permalink
release: update version info to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Dec 8, 2023
1 parent 319c545 commit d328682
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project (ZXing VERSION "2.1.0")
project (ZXing VERSION "2.2.0")
set (ZXING_SONAME 3) # see https://github.com/zxing-cpp/zxing-cpp/issues/333

include(../zxing.cmake)
Expand Down
2 changes: 1 addition & 1 deletion wrappers/android/zxingcpp/build.gradle.kts
Expand Up @@ -57,7 +57,7 @@ dependencies {
}

group = "io.github.zxing-cpp"
version = "2.1.0-SNAPSHOT"
version = "2.2.0"

val javadocJar by tasks.registering(Jar::class) {
archiveClassifier.set("javadoc")
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Expand Up @@ -59,7 +59,7 @@ def build_extension(self, ext):
# "local_scheme": "no-local-version",
# "tag_regex": "v?([0-9]+.[0-9]+.[0-9]+)",
# },
version='2.1.0',
version='2.2.0',
description='Python bindings for the zxing-cpp barcode library',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion zxing-cpp.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'zxing-cpp'
s.version = '2.1.0'
s.version = '2.2.0'
s.summary = 'C++ port of ZXing'
s.homepage = 'https://github.com/zxing-cpp/zxing-cpp'
s.author = 'axxel'
Expand Down

0 comments on commit d328682

Please sign in to comment.