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 2, 2015
1 parent a377976 commit feaf488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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.10",
"version": "0.12.11",
"description": "",
"main": "gruntfile.js",
"devDependencies": {
Expand Down
9 changes: 2 additions & 7 deletions framework/testing/framework/platypus.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PlatypusTS v0.12.10 (http://getplatypi.com)
* PlatypusTS v0.12.11 (http://getplatypi.com)
* Copyright 2015 Platypi, LLC. All rights reserved.
*
* PlatypusTS is licensed under the GPL-3.0 found at
Expand Down Expand Up @@ -157,7 +157,7 @@ declare module plat {
/**
* The dependencies for this injector
*/
private __dependencies;
dependencies: Array<string>;
/**
* Initializes all static injectors.
*/
Expand Down Expand Up @@ -1080,11 +1080,6 @@ declare module plat {
* Finds the arguments in a method expression.
*/
argumentRegex: RegExp;
/**
* Given a string, finds the root alias name if that string is an
* alias path.
*/
aliasRegex: RegExp;
/**
* Finds '/*.html' or '/*.htm' in a url. Useful for removing
* the html file out of the url.
Expand Down

0 comments on commit feaf488

Please sign in to comment.