Update Neumann

This commit is contained in:
lgriffie 2021-01-19 12:46:40 +01:00
parent fe8e6278d8
commit 55889c9101
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/MoveUpwards/Neumann.git", from: "2.0.0")
.package(url: "https://github.com/MoveUpwards/Neumann.git", from: "2.0.1")
],
targets: [
.target(

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Sejima'
s.version = '2.0.3'
s.version = '2.0.4'
s.license = 'MIT'
s.summary = 'Sejima is a framework that expose reusable components.'
s.description = <<-DESC