Skip to content

Commit

Permalink
Merge branch 'release/v0.16.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
andzdroid committed May 14, 2012
2 parents 1f86b5d + 6f8ceb1 commit baf0be0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,3 +1,9 @@
0.16.0
------

* Added support for some BSON data types when viewing docs
* Updated READme with list of supported data types

0.15.0
------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ The currently working data types:
Not tested (probably broken):

* Long/NumberLong
* Double/NumberDouble (uses regular Javascript
* Double/NumberDouble (gets converted to Javascript number type)
* Timestamp
* DBRef
* Binary/BinData
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Chun-hao Hu <hu.chunhao@gmail.com> (http://blog.huchunhao.com)",
"name": "mongo-express",
"description": "Web-based admin interface for MongoDB",
"version": "0.15.0",
"version": "0.16.0",
"repository": {
"type": "git",
"url": "git://github.com/andzdroid/mongo-express.git"
Expand Down

0 comments on commit baf0be0

Please sign in to comment.