Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Nov 12, 2013
1 parent 3faba28 commit f1edc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (grunt) ->
# Project configuration.
grunt.initConfig
meta:
version: '0.10.0'
version: '0.10.1'

browserify:
options:
Expand Down
2 changes: 1 addition & 1 deletion index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ScribeDefaultTheme = require('./src/themes/default')
ScribeSnowTheme = require('./src/themes/snow')

window.Scribe =
version : '0.10.0'
version : '0.10.1'
DOM : ScribeDOM
Editor : ScribeEditor
Themes :
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": "scribe",
"version": "0.10.0",
"version": "0.10.1",
"description": "Cross browser rich text editor",
"contributors": [{
"name": "Jason Chen",
Expand Down

0 comments on commit f1edc60

Please sign in to comment.