Skip to content

Commit

Permalink
incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Johnston committed Apr 30, 2015
1 parent 6b0670e commit bdcad13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.13",
"version": "0.12.14",
"description": "",
"main": "gruntfile.js",
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions framework/testing/framework/platypus.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PlatypusTS v0.12.13 (http://getplatypi.com)
* PlatypusTS v0.12.14 (http://getplatypi.com)
* Copyright 2015 Platypi, LLC. All rights reserved.
*
* PlatypusTS is licensed under the GPL-3.0 found at
Expand Down Expand Up @@ -8349,7 +8349,7 @@ declare module plat {
* A TemplateControl for adding HTML to the
* DOM through bound context strings.
*/
class Html extends TemplateControl {
class InnerHtml extends TemplateControl {
/**
* Loads the DOM with the new HTML String.
*/
Expand All @@ -8366,7 +8366,7 @@ declare module plat {
class Select extends BindControl {
protected static _inject: any;
/**
* Replaces the <plat-select> node with
* Replaces the `<plat-select>` node with
* a <select> node.
*/
replaceWith: string;
Expand Down

0 comments on commit bdcad13

Please sign in to comment.