Skip to content

Commit

Permalink
3.4.3 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Jun 2, 2020
1 parent 520b4c5 commit 334da2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ deploy:

env:
global:
- NITRITE_VERSION=3.4.2
- NITRITE_VERSION=3.4.3-SNAPSHOT
- PGP_KEY_FILE=~/secring.gpg
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
org.gradle.jvmargs=-Xmx1024m

# artifact version
nitriteVersion=3.4.2
nitriteVersion=3.4.3-SNAPSHOT

# nitrite dependency
asciidoctorVersion=1.5.6
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions nitrite/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Nitrite
Anindya Chatterjee <anindya@dizitart.com>
v3.4.2, {docdate} {doctime}
v3.4.3, {docdate} {doctime}
:description: Nitrite database is an open source Nosql embedded persistent document store written in Java. It has MongoDB like API. It supports both in-memory and single file based persistent store powered by MVStore engine of h2 database. Nitrite can be used in desktop as well as mobile applications like android.
:keywords: nitrite, nosql, embedded, embedded document store, android, android nosql database, java, key value store, document store, object store, persistent store, index, indexing, fulltext search, embedded mongo,
:page-layout: docs
Expand All @@ -12,7 +12,7 @@ v3.4.2, {docdate} {doctime}
:toclevels: 4
:title-logo-image: image:images/nitrite-logo.svg[pdfwidth=4.25in,align=center]
:homepage: http://nitrite.dizitart.org
:version: 3.4.2
:version: 3.4.3
:source-highlighter: pygments
:pygments-style: tango
:linkattrs:
Expand Down

0 comments on commit 334da2c

Please sign in to comment.