Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingice committed Feb 13, 2013
1 parent 3ef2a45 commit d0c5609
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "caman",
"version": "4.0.0",
"version": "4.1.0",
"main": ["./dist/caman.min.js", "./dist/caman.full.min.js"],
"dependencies": {
}
Expand Down
4 changes: 2 additions & 2 deletions dist/caman.full.js

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

2 changes: 1 addition & 1 deletion dist/caman.full.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 dist/caman.full.pack.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/caman.js

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

2 changes: 1 addition & 1 deletion dist/caman.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 dist/caman.pack.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "caman",
"version": "4.0.0",
"version": "4.1.0",
"description": "Javascript (Ca)nvas (Man)ipulation for NodeJS and the browser",
"keywords": ["canvas", "image", "manipulate", "filter", "image manipulation", "editing"],
"homepage": "http://camanjs.com",
Expand Down
4 changes: 2 additions & 2 deletions src/core/caman.coffee
Expand Up @@ -24,8 +24,8 @@ else
# The main goal for Caman was simplicity, so all of this is handled transparently to the end-user.
Root.Caman = class Caman
@version:
release: "4.0.0"
date: "1/6/13"
release: "4.1.0"
date: "2/12/2013"

# Debug mode enables console logging
@DEBUG: false
Expand Down

0 comments on commit d0c5609

Please sign in to comment.