From cd12c64e18f62483a9927b297d6c9976f15e9927 Mon Sep 17 00:00:00 2001 From: Juanpe Date: Fri, 7 Jan 2022 15:56:40 +0000 Subject: [PATCH] Bump version 1.26.1 --- SkeletonView.podspec | 2 +- fastlane/README.md | 31 ++++++++++++++++++------------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/SkeletonView.podspec b/SkeletonView.podspec index 8dca1e0..ebc1ad7 100644 --- a/SkeletonView.podspec +++ b/SkeletonView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SkeletonView" - s.version = "1.26.0" + s.version = "1.26.1" s.summary = "An elegant way to show users that something is happening and also prepare them to which contents he is waiting" s.description = <<-DESC Today almost all apps have async processes, as API requests, long runing processes, etc. And while the processes are working, usually developers place a loading view to show users that something is going on. diff --git a/fastlane/README.md b/fastlane/README.md index 572a12c..bf48481 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -1,33 +1,38 @@ fastlane documentation -================ +---- + # Installation Make sure you have the latest version of the Xcode command line tools installed: -``` +```sh xcode-select --install ``` -Install _fastlane_ using -``` -[sudo] gem install fastlane -NV -``` -or alternatively using `brew install fastlane` +For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) # Available Actions + ### bump_version -``` -fastlane bump_version + +```sh +[bundle exec] fastlane bump_version ``` + + ### release_current + +```sh +[bundle exec] fastlane release_current ``` -fastlane release_current -``` + ---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. -More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). -The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools). + +More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). + +The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).