Skip to content

Commit d0deb8f

Browse files
committed
无语
1 parent 0cc1bde commit d0deb8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/RNSpringScrollView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "json"
22

3-
package = JSON.parse(File.read(File.join(__dir__, "../../package.json")))
3+
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
44

55
Pod::Spec.new do |s|
66
s.name = "RNSpringScrollView"

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-spring-scrollview",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A cross-platform (iOS & Android) spring ScrollView",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)