Skip to content

Commit

Permalink
incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Johnston committed Mar 19, 2015
1 parent 97037ed commit 76c684b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework",
"version": "0.12.6",
"version": "0.12.7",
"description": "",
"main": "gruntfile.js",
"devDependencies": {
Expand Down
10 changes: 9 additions & 1 deletion framework/testing/framework/platypus.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PlatypusTS v0.12.6 (http://getplatypi.com)
* PlatypusTS v0.12.7 (http://getplatypi.com)
* Copyright 2015 Platypi, LLC. All rights reserved.
*
* PlatypusTS is licensed under the GPL-3.0 found at
Expand Down Expand Up @@ -4068,6 +4068,10 @@ declare module plat {
* Contains DOM helper methods for manipulating this control's element.
*/
dom: ui.Dom;
/**
* Contains helper methods for data manipulation.
*/
utils: Utils;
/**
* Finds the ancestor control for the given control that contains the root
* context.
Expand Down Expand Up @@ -7292,6 +7296,10 @@ declare module plat {
* Contains DOM helper methods for manipulating this control's element.
*/
dom: Dom;
/**
* Contains helper methods for data manipulation.
*/
utils: Utils;
/**
* Specified options for the animation.
*/
Expand Down

0 comments on commit 76c684b

Please sign in to comment.