Skip to content

Commit

Permalink
Installing SKSVG 0.1.1 (was 0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xcoder1011 committed Jan 20, 2022
1 parent e608fc7 commit ca85e57
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DoricSVG.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DoricSVG'
s.version = '0.1.10'
s.version = '0.1.11'
s.summary = 'Doric extension library for SVG'
s.description = <<-DESC
Doric SVG plugin to load SVG.
Expand Down
2 changes: 1 addition & 1 deletion android/pom.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=DoricSVG
groupId=pub.doric.extension
artifactId=svg
version=0.1.10
version=0.1.11
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.1.10",
"version": "0.1.11",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion iOS/Classes/DoricSVGViewNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import "DoricViewNode.h"
#import "SVGKit.h"
#import <SKSVG/SKSVG.h>

@interface DoricSVGViewNode : DoricViewNode<SVGKImageView *>

Expand Down
2 changes: 0 additions & 2 deletions iOS/Classes/DoricSVGViewNode.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#import "DoricSVGViewNode.h"
#import "DoricExtensions.h"
#import "DoricUtil.h"
#import "SVGKImageView+WebCache.h"
#import "SDSVGKImage.h"

@interface DoricSVGViewNode ()
@property(nonatomic, copy) NSString *loadCallbackId;
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doric-svg",
"version": "0.1.10",
"version": "0.1.11",
"main": "dist/bundle_doricsvg.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -12,8 +12,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"doric": "^0.9.27",
"doric-cli": "^0.9.27",
"doric": "^0.9.32",
"doric-cli": "^0.9.32",
"typescript": "^4.2.2",
"rollup": "^2.59.0"
},
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.10
0.1.11

0 comments on commit ca85e57

Please sign in to comment.