Skip to content

Commit

Permalink
minor version bump (+ fixed main file)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelvens committed Apr 3, 2015
1 parent 5dee36a commit e4a1662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "delta.js",
"version": "1.2.2-alpha",
"version": "1.3.0-alpha",
"description": "achieve modularity and separation of concerns through feature-oriented development",
"authors": [
{
"name": "Michiel Helvensteijn",
"email": "mhelvens@gmail.com"
}
],
"main": "dist/delta.es6.js",
"main": "dist/delta.full.min.js",
"ignore": [
".idea",
"node_modules",
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": "delta.js",
"version": "1.2.2-alpha",
"version": "1.3.0-alpha",
"description": "achieve modularity and separation of concerns through feature-oriented development",
"contributors": [
{
Expand Down

0 comments on commit e4a1662

Please sign in to comment.