Skip to content

Commit

Permalink
bump for bad publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Jul 31, 2019
1 parent 6762e75 commit b7689f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-wear-os",
"version": "2.1.0",
"version": "2.1.1",
"description": "NativeScript plugin that implements Wear OS specific components and layouts.",
"main": "index",
"typings": "index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export declare class TNS_CustomScrollingLayoutCallback extends androidx.wear.wid
.WearableLinearLayoutManager.LayoutCallback {
private static MAX_ICON_PROGRESS;
constructor();
onLayoutFinished(child: android.view.View, parent: any): void;
onLayoutFinished(child: android.view.View, parent: androidx.recyclerview.widget.RecyclerView): void;
}

0 comments on commit b7689f9

Please sign in to comment.