Skip to content

Commit 7e1f128

Browse files
committed
Bump to version 1.1.0
1 parent 3c9304a commit 7e1f128

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

SQLitePCL.pretty.Async/SQLitePCL.pretty.Async.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>SQLitePCL.pretty.Async</id>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<title>SQLitePCL.pretty.Async</title>
77
<authors>David Bordoley</authors>
88
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
@@ -15,7 +15,7 @@
1515
<reference file="SQLitePCL.pretty.Async.dll" />
1616
</references>
1717
<dependencies>
18-
<dependency id="SQLitePCL.pretty" version="1.0.0" />
18+
<dependency id="SQLitePCL.pretty" version="1.1.0" />
1919
<dependency id="System.Reactive" version="3.0.0" />
2020
</dependencies>
2121
</metadata>

SQLitePCL.pretty.Orm/SQLitePCL.pretty.Orm.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>SQLitePCL.pretty.Orm</id>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<title>SQLitePCL.pretty.Orm</title>
77
<authors>David Bordoley</authors>
88
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
@@ -15,8 +15,8 @@
1515
<reference file="SQLitePCL.pretty.Orm.dll" />
1616
</references>
1717
<dependencies>
18-
<dependency id="SQLitePCL.pretty" version="1.0.0" />
19-
<dependency id="SQLitePCL.pretty.Async" version="1.0.0" />
18+
<dependency id="SQLitePCL.pretty" version="1.1.0" />
19+
<dependency id="SQLitePCL.pretty.Async" version="1.1.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

SQLitePCL.pretty/SQLitePCL.pretty.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>SQLitePCL.pretty</id>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<title>SQLitePCL.pretty</title>
77
<authors>David Bordoley</authors>
88
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>

0 commit comments

Comments
 (0)