Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kolárik committed Jul 9, 2014
1 parent 83e55b0 commit 5b432d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rvc",
"description": "RequireJS plugin to load and optimise Ractive components",
"version": "0.2.0",
"version": "0.2.1",
"author": "Rich Harris",
"license": "MIT",
"main": ["rvc.js"],
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": "rvc",
"version": "0.2.0",
"version": "0.2.1",
"description": "RequireJS plugin to load and optimise Ractive components",
"main": "rvc.js",
"repository": {
Expand Down
6 changes: 2 additions & 4 deletions rvc.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
rvc.js - v0.2.0 - 2014-07-05
rvc.js - v0.2.1 - 2014-07-09
==========================================================
https://github.com/ractivejs/rvc
MIT licensed.
*/

define( [ 'ractive'
'module'
], function( Ractive, module ) {
define( [ 'ractive' ], function( Ractive ) {

'use strict';

Expand Down

0 comments on commit 5b432d3

Please sign in to comment.