Skip to content

Commit

Permalink
3.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Mar 25, 2020
1 parent bb6e02e commit 36aa3a6
Show file tree
Hide file tree
Showing 3 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.1
- NITRITE_VERSION=3.5.0-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.1
nitriteVersion=3.5.0-SNAPSHOT

# nitrite dependency
asciidoctorVersion=1.5.6
Expand Down
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.1, {docdate} {doctime}
v3.5.0, {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.1, {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.1
:version: 3.5.0
:source-highlighter: pygments
:pygments-style: tango
:linkattrs:
Expand Down

0 comments on commit 36aa3a6

Please sign in to comment.