Skip to content

Commit

Permalink
tag 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 committed Nov 7, 2018
1 parent 8f7bebc commit 273f461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WXDevtool.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|

s.name = "WXDevtool"

s.version = "0.17.0"
s.version = "0.17.1"

s.summary = "WXDevtool Source."

Expand All @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"

# cocoapods
s.source = { :git => "https://github.com/weexteam/weex-devtool-iOS.git", :tag => "0.17.0" }
s.source = { :git => "https://github.com/weexteam/weex-devtool-iOS.git", :tag => "0.17.1" }
s.source_files = "sdk/WXDevTool/Source/**/*.{h,m,mm,c}"

s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion sdk/WXDevTool/Source/WXHeader/WXDevTool.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import "WXDevToolType.h"
#import <WeexSDK/WeexSDK.h>

#define WXDevtool_VERSION @"0.17.0"
#define WXDevtool_VERSION @"0.17.1"

@implementation WXDevTool

Expand Down

0 comments on commit 273f461

Please sign in to comment.