Skip to content

Commit

Permalink
Updated package version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nayuki committed Apr 17, 2022
1 parent 4e41cb2 commit 720f62b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>io.nayuki</groupId>
<artifactId>qrcodegen</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -27,7 +27,7 @@
setuptools.setup(
name = "qrcodegen",
description = "High quality QR Code generator library for Python",
version = "1.7.0",
version = "1.8.0",
platforms = "OS Independent",
python_requires = '>=3',
license = "MIT License",
Expand Down
2 changes: 1 addition & 1 deletion rust-no-heap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "qrcodegen"
version = "1.7.0"
version = "1.8.0"
authors = ["Project Nayuki"]
description = "High-quality QR Code generator library"
homepage = "https://www.nayuki.io/page/qr-code-generator-library"
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "qrcodegen"
version = "1.7.0"
version = "1.8.0"
authors = ["Project Nayuki"]
description = "High-quality QR Code generator library"
homepage = "https://www.nayuki.io/page/qr-code-generator-library"
Expand Down

0 comments on commit 720f62b

Please sign in to comment.