Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 27, 2016
1 parent c3369ab commit 1bb472a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

0.1.1 / 2015-07-13
1.1.2 / 2016-01-27
==================

* Fix bug where the top-trigram was not counted ([0152d0a](https://github.com/wooorm/franc/commit/0152d0a))
* Fix typo in foreign language example ([1e982cf](https://github.com/wooorm/franc/commit/1e982cf))

1.1.1 / 2015-07-13
==================

* Fix failure when script not in white-list ([bddf79b](https://github.com/wooorm/franc/commit/bddf79b))
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "franc",
"version": "1.1.1",
"version": "1.1.2",
"description": "Detect the language of text",
"license": "MIT",
"keywords": [
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": "franc",
"version": "1.1.1",
"version": "1.1.2",
"description": "Detect the language of text",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1bb472a

Please sign in to comment.