Skip to content

Commit

Permalink
bump the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoley committed Nov 25, 2014
1 parent 0a603e9 commit 4f27430
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SQLitePCL.pretty.Async.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SQLitePCL.pretty.Async</id>
<version>0.0.6-alpha</version>
<version>0.0.7</version>
<title>SQLitePCL.pretty.Async</title>
<authors>David Bordoley</authors>
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<description>Provides an asynchronous API for executing and observing the results of SQLite queries.</description>
<tags>portable sqlite pcl rx reactive LINQ</tags>
<dependencies>
<dependency id="SQLitePCL.pretty" version="0.0.6" />
<dependency id="SQLitePCL.pretty" version="0.0.7" />
<dependency id="Rx-Main" version="2.2.5" />
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions SQLitePCL.pretty.Async/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[assembly: AssemblyDescription("Async API for SQLitePCL.pretty")]
[assembly: AssemblyProduct("SQLitePCL.pretty.Async")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyVersion("0.0.6")]
[assembly: AssemblyFileVersion("0.0.6")]
[assembly: AssemblyVersion("0.0.7")]
[assembly: AssemblyFileVersion("0.0.7")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: InternalsVisibleTo("SQLitePCL.pretty.tests")]
2 changes: 1 addition & 1 deletion SQLitePCL.pretty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SQLitePCL.pretty</id>
<version>0.0.6</version>
<version>0.0.7</version>
<title>SQLitePCL.pretty</title>
<authors>David Bordoley</authors>
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions SQLitePCL.pretty/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[assembly: AssemblyDescription("A pretty face on top of SQLitePCL.raw")]
[assembly: AssemblyProduct("SQLitePCL.pretty")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyVersion("0.0.6")]
[assembly: AssemblyFileVersion("0.0.6")]
[assembly: AssemblyVersion("0.0.7")]
[assembly: AssemblyFileVersion("0.0.7")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: InternalsVisibleTo("SQLitePCL.pretty.Async")]
[assembly: InternalsVisibleTo("SQLitePCL.pretty.tests")]

0 comments on commit 4f27430

Please sign in to comment.