Skip to content

Commit cba2564

Browse files
author
Olivier Giulieri
committed
Version 0.2.1
1 parent 9746e22 commit cba2564

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evolutility",
3-
"version": "0.2",
3+
"version": "0.2.1",
44
"dependencies": {
55
"jquery": "2.1.1",
66
"backbone": "1.1.2",

demo/demo-ui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/evolutility.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* evolutility v0.2 */
1+
/* evolutility v0.2.1 */
22
/* (c) 2014 Olivier Giulieri */
33
/* https://github.com/evoluteur/evolutility */
44
/*! ***************************************************************************

dist/evolutility.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vendors.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="title1"><span class="title2" >...plus a set of views which follow UI
3535
<p></p>
3636

3737
<p>
38-
Evolutility provides a set of Backbone views which can change form, volume and structure based on a UI-model.
38+
Evolutility (currently v0.2.1) provides a set of Backbone views which can change form, volume and structure based on a UI-model.
3939
</p>
4040

4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evolutility",
3-
"version": "0.2",
3+
"version": "0.2.1",
44
"copyright": "(c) 2014 Olivier Giulieri",
55
"license": "AGPL-3.0",
66
"target": "dist",

0 commit comments

Comments
 (0)