Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvyatkovskys committed Jun 6, 2021
1 parent 43f4f61 commit 711570d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion KVKCalendar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KVKCalendar'
s.version = '0.5.0'
s.version = '0.5.1'
s.summary = 'A most fully customization calendar and timeline library for iOS.'

s.description = <<-DESC
Expand Down
3 changes: 0 additions & 3 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ VALUE=${1?Error: no number given}
carthage build --no-skip-current --use-xcframeworks
echo "Created build for Carthage!"

git add .
git commit -m "update version to $VALUE"
git push -u origin master
git tag $VALUE
git push origin $VALUE
pod trunk push

0 comments on commit 711570d

Please sign in to comment.