aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx/gradle.properties
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-04-30 23:22:01 +0530
committerGitHub <noreply@github.com>2021-04-30 23:22:01 +0530
commitf834c754e68eaea8cb32e1368f61f36eaf573aaa (patch)
tree5a4e77697eb1a28e0bd328d019c2440063b63c62 /openpgp-ktx/gradle.properties
parent4880e1db276b4cf2ec29eeffbd38539ca643b4be (diff)
Refactor openpgp-ktx to leverage coroutines (#1398)
* openpgp-ktx: leverage coroutines for async IPC * Unwind nested dispatchers * Fix name shadowing warning Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'openpgp-ktx/gradle.properties')
-rw-r--r--openpgp-ktx/gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ktx/gradle.properties b/openpgp-ktx/gradle.properties
index b19a52c9..2b966a19 100644
--- a/openpgp-ktx/gradle.properties
+++ b/openpgp-ktx/gradle.properties
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
-VERSION_NAME=3.0.0
+VERSION_NAME=4.0.0-SNAPSHOT
POM_ARTIFACT_ID=openpgp-ktx
POM_NAME=openpgp-ktx
POM_DESCRIPTION=Reimplementation of OpenKeychain's integration library in Kotlin