From c301bfef39f2ceb86cfab6a65af449ffe18526e8 Mon Sep 17 00:00:00 2001 From: swapnil Shindemeshram <swapnil.s@clevertap.com> Date: Mon, 24 Jul 2023 18:31:30 +0530 Subject: [PATCH] version update from 2.0.0 to 2.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 88f4392..96e6af5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>com.clevertap.apns</groupId> <artifactId>apns-http2</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> <name>apns-http2</name> <description>A library for communicating with the Apple Push Gateway in HTTP/2.</description>