Skip to content

Commit

Permalink
Merge branch 'release-4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Feb 13, 2021
2 parents a9c9d0b + afa119c commit 4015792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GSLCrypto.podspec
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'GSLCrypto'
s.version = '4.0.0'
s.version = '4.0.1'
s.author = 'GyazSquare'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/GyazSquare/GSLCrypto'
s.source = { :git => 'https://github.com/GyazSquare/GSLCrypto.git', :tag => 'v4.0.0' }
s.source = { :git => 'https://github.com/GyazSquare/GSLCrypto.git', :tag => '4.0.1' }
s.summary = 'A simple digest library for iOS, macOS, watchOS and tvOS.'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2019 GyazSquare Inc.
Copyright (c) 2017-2021 GyazSquare Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 4015792

Please sign in to comment.