Skip to content

Commit

Permalink
Version bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
djiao committed Mar 26, 2015
1 parent 4f9c916 commit adb1d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ In the current release (version 0.0.5), marc4js provides the following features
* Offers callback functions for parsing and writing various formats.
* SAX based MARCXLM parsing that doesn't in-memory storage of records while parsing. Able to parse large MARCXML file with ease.
* A MARC record object model for in-memory editing of MARC records, similar to the Marc4J object model
* Supports UTF-8 encoded marc files and MARC-8 encoded marc files (It requires [marc8](https://www.npmjs.com/package/marc8) to handle MARC-8 encoded files).
* Supports UTF-8 encoded marc files and MARC-8 encoded marc files (It requires [marc8](https://www.npmjs.com/package/marc8) to handle MARC-8 encoded files).

## Examples

Examples can be found in the the [marc4js_examples](https://github.com/jiaola/marc4js_examples)
Examples can be found in the the [marc4js_examples](https://github.com/jiaola/marc4js_examples). You can also find
examples in the test directory.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marc4js",
"version": "0.0.4",
"version": "0.0.5",
"description": "a node.js module for handling MARC data",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit adb1d98

Please sign in to comment.