Skip to content

Commit

Permalink
push pod version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Apr 26, 2017
1 parent 13b2c53 commit 0244dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RxFileMonitor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxFileMonitor"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "RxSwift reactive wrapper for Mac file system events."

s.description = <<-DESC
Expand Down
2 changes: 2 additions & 0 deletions RxFileMonitor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
5096B2C01DD22D6000076058 /* FolderContentChangeEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FolderContentChangeEvent.swift; sourceTree = "<group>"; };
5096B2C21DD22FC200076058 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
5096B2C41DD2333E00076058 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
50D46C431EB0766300AB15C8 /* RxFileMonitor.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = RxFileMonitor.podspec; sourceTree = "<group>"; };
50E835431DD1B26900783B62 /* RxFileMonitor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxFileMonitor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
50E835461DD1B26900783B62 /* RxFileMonitor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RxFileMonitor.h; sourceTree = "<group>"; };
50E835471DD1B26900783B62 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -123,6 +124,7 @@
children = (
5096B2C41DD2333E00076058 /* README.md */,
5096B2C21DD22FC200076058 /* LICENSE */,
50D46C431EB0766300AB15C8 /* RxFileMonitor.podspec */,
50E835451DD1B26900783B62 /* RxFileMonitor */,
50E835501DD1B26900783B62 /* RxFileMonitorTests */,
50E835621DD1B28400783B62 /* Example */,
Expand Down

0 comments on commit 0244dbe

Please sign in to comment.