Skip to content

Commit

Permalink
n00b fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrancois committed Dec 9, 2015
1 parent b1372d0 commit 6ed8913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/tonic.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ var jsiojs = require("jsiojs")
// Start of my wonderfull project
jsiojs.createFile("wonderful.js")
// Oh my god, the file contains a typo. I should fix !
jsiojs.renameFile("wonderful.js", "wonderfull.js"
jsiojs.renameFile("wonderful.js", "wonderfull.js")
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsiojs",
"version": "0.42.2",
"version": "0.42.3",
"description": "The most powerfull javascript file manager",
"main": "lib/jsiojs_core.js",
"bin": {
Expand Down

0 comments on commit 6ed8913

Please sign in to comment.