Skip to content

Commit

Permalink
Merge pull request #26 from NextStepWebs/development
Browse files Browse the repository at this point in the history
Fix version number
  • Loading branch information
WesCossick authored Jun 14, 2016
2 parents a661e49 + 88f3765 commit 76b6450
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-spell-checker",
"version": "1.2.1",
"version": "1.1.2",
"homepage": "https://github.com/NextStepWebs/codemirror-spell-checker",
"authors": [
"Wes Cossick <https://wescossick.com>"
Expand Down
2 changes: 1 addition & 1 deletion debug/spell-checker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* codemirror-spell-checker v1.2.1
* codemirror-spell-checker v1.1.2
* Copyright Next Step Webs, Inc.
* @link https://github.com/NextStepWebs/codemirror-spell-checker
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion debug/spell-checker.debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion debug/spell-checker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* codemirror-spell-checker v1.2.1
* codemirror-spell-checker v1.1.2
* Copyright Next Step Webs, Inc.
* @link https://github.com/NextStepWebs/codemirror-spell-checker
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/spell-checker.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* codemirror-spell-checker v1.2.1
* codemirror-spell-checker v1.1.2
* Copyright Next Step Webs, Inc.
* @link https://github.com/NextStepWebs/codemirror-spell-checker
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/spell-checker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-spell-checker",
"version": "1.2.1",
"version": "1.1.2",
"description": "Dead-simple spell checking in CodeMirror.",
"keywords": [
"codemirror",
Expand Down

0 comments on commit 76b6450

Please sign in to comment.