Skip to content

Commit

Permalink
chore: update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Sep 25, 2019
1 parent 6ec99b6 commit e8f94b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- fijkplayer (0.1.3):
- fijkplayer (0.1.5):
- FIJKPlayer (~> 0.3.8)
- Flutter
- FIJKPlayer (0.3.8)
Expand All @@ -12,36 +12,36 @@ PODS:
- Flutter

DEPENDENCIES:
- fijkplayer (from `/Users/bai/Flutter/fijkplayer/ios/fijkplayer.podspec`)
- fijkplayer (from `.symlinks/plugins/fijkplayer/ios`)
- Flutter (from `.symlinks/flutter/ios-release`)
- path_provider (from `/Users/bai/.pub-cache/hosted/pub.dartlang.org/path_provider-1.2.0/ios/path_provider.podspec`)
- "permission_handler (from `/Users/bai/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.2.1+1/ios/permission_handler.podspec`)"
- "shared_preferences (from `/Users/bai/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.3+4/ios/shared_preferences.podspec`)"
- path_provider (from `.symlinks/plugins/path_provider/ios`)
- permission_handler (from `.symlinks/plugins/permission_handler/ios`)
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- FIJKPlayer

EXTERNAL SOURCES:
fijkplayer:
:path: "/Users/bai/Flutter/fijkplayer/ios/fijkplayer.podspec"
:path: ".symlinks/plugins/fijkplayer/ios"
Flutter:
:path: ".symlinks/flutter/ios-release"
path_provider:
:path: "/Users/bai/.pub-cache/hosted/pub.dartlang.org/path_provider-1.2.0/ios/path_provider.podspec"
:path: ".symlinks/plugins/path_provider/ios"
permission_handler:
:path: "/Users/bai/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.2.1+1/ios/permission_handler.podspec"
:path: ".symlinks/plugins/permission_handler/ios"
shared_preferences:
:path: "/Users/bai/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.3+4/ios/shared_preferences.podspec"
:path: ".symlinks/plugins/shared_preferences/ios"

SPEC CHECKSUMS:
FIJKPlayer: 48af50f28043f8aa5bd68c59adec923ba0ab217c
fijkplayer: a3a29702b654af19a19e4be55d8b4e4f9f300a3a
fijkplayer: 8a1fd17e16d3095319dd77bbf9f49e736ac93f20
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
path_provider: f96fff6166a8867510d2c25fdcc346327cc4b259
permission_handler: 6a1b2f94f866da8bd19fa67f3c8f4b9f38580efb
shared_preferences: 1feebfa37bb57264736e16865e7ffae7fc99b523

PODFILE CHECKSUM: 67bea79993956c1b9e411bf9da774df21fe75cf1
PODFILE CHECKSUM: b6f155507492e42c4dbc2abea3e3c02cbba6e476

COCOAPODS: 1.7.4
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.3"
version: "0.1.5"
file:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/fijkplayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'fijkplayer'
s.version = '0.1.3'
s.version = '0.1.5'
s.summary = 'Flutter plugin for ijkplayer'
s.description = <<-DESC
Flutter plugin for ijkplayer
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fijkplayer
description: A Video Player Flutter plugin based on ijkplayer, support most popular protocols and codecs
version: 0.1.3
version: 0.1.5
author: befovy <befovy@gmail.com>
homepage: https://fijkplayer.befovy.com
repository: https://github.com/befovy/fijkplayer
Expand Down

0 comments on commit e8f94b0

Please sign in to comment.