Skip to content

Commit

Permalink
version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed Apr 4, 2018
1 parent de0533a commit bdbb2fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Javascript library to process languages:

To get the list of available functionalities, check [FCT.md](./FCT.md)

To get tutorials [Click here](https://github.com/kariminf/jslingua_docs/blob/master/doc/index.md)

## How to use?

### Use in Browser
Expand Down Expand Up @@ -149,7 +151,7 @@ All the C's are here:
* [CREDITS](./CREDITS.md) : List of contributors
* [CONTRIBUTING](./CONTRIBUTING.md) : How to contribute to this project
* [CODE OF CONDUCT](./CODE_OF_CONDUCT.md) : Some recommendations must be followed for a healthy development environment.
* [CODE CONVENTION](./CODE_CONVENTION.md) : Some rules to follow while coding
* [CODE CONVENTION](./CODE_CONVENTION.md) : Some rules to follow while coding
* [CHANGELOG](./CHANGELOG.md) : Changes in every version


Expand Down
2 changes: 1 addition & 1 deletion jslingua.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

"use strict";

let version = "0.8.0";
let version = "0.9.0";

const rtls = ["ara", "heb"];

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": "jslingua",
"version": "0.8.0",
"version": "0.9.0",
"description": "Language processing modules",
"main": "jslingua.js",
"devDependencies": {
Expand Down

0 comments on commit bdbb2fa

Please sign in to comment.