From eb0e88537cd23208591c0426e8b06c1f0cfad39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 18 Jun 2014 11:18:31 -0300 Subject: [PATCH] Release v1.0.0 --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 02c4e9ed..ea9b1ab4 100644 --- a/bower.json +++ b/bower.json @@ -1,10 +1,11 @@ { "name": "jquery-ujs", "homepage": "https://github.com/rails/jquery-ujs", - "authors": [], + "authors": ["Stephen St. Martin", "Steve Schwartz"], "description": "Ruby on Rails unobtrusive scripting adapter for jQuery", "main": "src/rails.js", "license": "MIT", + "version": "1.0.0", "dependencies": { "jquery": ">1.8.*" },