Skip to content

Commit

Permalink
feat: Version 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
buscarini committed Sep 14, 2022
1 parent ea62491 commit 133907a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sio.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sio"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Swift IO"
s.description = <<-DESC
Swift Effects library, ala ZIO.
Expand Down
2 changes: 1 addition & 1 deletion SioCodec.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SioCodec"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Swift IO"
s.description = <<-DESC
Swift Effects library, ala ZIO.
Expand Down
2 changes: 1 addition & 1 deletion SioEffects.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SioEffects"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Swift IO"
s.description = <<-DESC
Swift Effects library. Console, fs, …
Expand Down
2 changes: 1 addition & 1 deletion SioNetwork.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SioNetwork"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Swift IO"
s.description = <<-DESC
Swift SIO Network library.
Expand Down
2 changes: 1 addition & 1 deletion SioValueStore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SioValueStore"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Swift IO"
s.description = <<-DESC
Swift SIO ValueStore library. Provides abstractions for a store, that can implemented via preferences, a file, network requests, etc.
Expand Down

0 comments on commit 133907a

Please sign in to comment.