Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi Ferreira committed Jan 23, 2014
1 parent 0c0f7f2 commit e0110ca
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
0.1.0 / 2014-01-23
==================

* Initial release
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "release",
"version": "0.1.0",
"homepage": "https://github.com/daviferreira/release/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>"
],
"description": "Release is a JavaScript plugin that enables the execution of an action after the user keeps the mouse pressed for a custom amount of time.",
"main": ["dist/js/release.js", "dist/js/release.min.js", "dist/css/release.css"],
"keywords": [
"release",
"interaction",
"mousedown"
],
"license": "THE BEER-WARE LICENSE",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"coverage",
"reports",
"_SpecRunner.html",
"Gruntfile.js",
"demo",
"package.json",
"src",
"README.md",
"CHANGES.md"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "0.0.1",
"version": "0.1.0",
"description": "Release events for interfaces.",
"main": "src/js/release.js",
"repository": {
Expand Down

0 comments on commit e0110ca

Please sign in to comment.