Skip to content

Commit

Permalink
3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Aug 2, 2018
1 parent a7e5a59 commit 6831989
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 @@ -45,5 +45,5 @@ deploy:

env:
global:
- NITRITE_VERSION=3.1.0-SNAPSHOT
- NITRITE_VERSION=3.0.2
- 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 @@ -22,7 +22,7 @@
org.gradle.jvmargs=-Xmx1024m

# artifact version
nitriteVersion=3.1.0-SNAPSHOT
nitriteVersion=3.0.2

# nitrite dependency
asciidoctorVersion=1.5.4
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.1.0, {docdate} {doctime}
v3.0.2, {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.1.0, {docdate} {doctime}
:toclevels: 4
:title-logo-image: image:images/nitrite-logo.svg[pdfwidth=4.25in,align=center]
:homepage: http://nitrite.dizitart.org
:version: 3.1.0
:version: 3.0.2
:source-highlighter: pygments
:pygments-style: tango
:linkattrs:
Expand Down

0 comments on commit 6831989

Please sign in to comment.