Skip to content

Commit

Permalink
typo bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Oct 10, 2016
1 parent 52a7612 commit cccd646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-videoplayer",
"version": "1.1.0",
"version": "1.1.1",
"main": "videoplayer.js",
"typings": "videoplayer.d.ts",
"description": "A NativeScript plugin that uses the native video players to play local and remote videos.",
Expand Down
2 changes: 1 addition & 1 deletion videoplayer.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class Video extends videoCommon.Video {
}

public _setNativeVideo(nativeVideo: any) {
this.android.src = nativeVideo;
this._android.src = nativeVideo;
}

public setNativeSource(nativePlayerSrc: string) {
Expand Down

0 comments on commit cccd646

Please sign in to comment.