Bump version to 0.4.0

This commit is contained in:
Ryo Aoyama
2020-04-12 08:44:25 +09:00
parent ad96fe29f9
commit 7917b9ecac
10 changed files with 447 additions and 38 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'DiffableDataSources'
spec.version = '0.3.0'
spec.version = `cat .version`
spec.author = { 'ra1028' => 'r.fe51028.r@gmail.com' }
spec.homepage = 'https://github.com/ra1028/DiffableDataSources'
spec.documentation_url = 'https://ra1028.github.io/DiffableDataSources'