From 6d6a56d4d6fa922d9cc5a1e000a7b316bbd599bc Mon Sep 17 00:00:00 2001 From: "Andres C. Rodriguez" Date: Wed, 3 Jun 2015 21:08:44 -0700 Subject: [PATCH] Trying to fix releases. --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d8dc6..19c844a 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,8 @@ Result: ``` +And if we click on each `li` we will get an alert with the last name of the scientist. + ### Filters diff --git a/package.json b/package.json index 330dcd3..e82e60c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bind-js", "description": "Fast, unobstrusive and simple Javascript Templating and Binding", - "version": "0.1.0", + "version": "0.2.0", "private": false, "author": { "name": "Andres C. Rodriguez",