Skip to content

Commit 0578981

Browse files
Bumping version to 0.1.2
1 parent 5040685 commit 0578981

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Examples/Todos/Todos/Todos.xcdatamodeld/Todos.xcdatamodel/contents

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<attribute name="name" attributeType="String">
66
<userInfo/>
77
</attribute>
8-
<relationship name="todos" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="Todo" inverseName="list" inverseEntity="Todo" syncable="YES">
8+
<relationship name="todos" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="Todo" inverseName="list" inverseEntity="Todo" syncable="YES">
99
<userInfo>
1010
<entry key="storage" value="false"/>
1111
</userInfo>
@@ -44,7 +44,7 @@
4444
</relationship>
4545
</entity>
4646
<elements>
47-
<element name="List" positionX="261" positionY="189" width="128" height="105"/>
47+
<element name="List" positionX="261" positionY="189" width="128" height="103"/>
4848
<element name="Todo" positionX="261" positionY="198" width="128" height="103"/>
4949
<element name="User" positionX="270" positionY="234" width="128" height="133"/>
5050
</elements>

Meteor.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Meteor"
3-
s.version = "0.1.1"
3+
s.version = "0.1.2"
44
s.summary = "Meteor for iOS."
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = "https://github.com/martijnwalraven/meteor-ios"

0 commit comments

Comments
 (0)