Skip to content

Commit fcbd91b

Browse files
committed
Update README.md and STBaseProject.podspec for versioning and badge improvements
- Changed version in STBaseProject.podspec from 1.0.0 to 1.1.0. - Updated README.md to replace the version badge with a CocoaPods version badge for better clarity.
1 parent da250b4 commit fcbd91b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# STBaseProject
22

3-
[![Version](https://img.shields.io/badge/version-1.1.5-blue?style=flat)](https://cocoapods.org/pods/STBaseProject)
3+
[![CocoaPods](https://img.shields.io/cocoapods/v/STBaseProject.svg?style=flat)](https://cocoapods.org/pods/STBaseProject)
44
[![License](https://img.shields.io/badge/license-MIT-green?style=flat)](https://cocoapods.org/pods/STBaseProject)
55
[![Platform](https://img.shields.io/badge/platform-iOS%2016%2B-lightgrey?style=flat)](https://cocoapods.org/pods/STBaseProject)
66
[![Swift](https://img.shields.io/badge/Swift-5.9%20%7C%205.10%20%7C%206.0-orange?style=flat-square)](https://www.swift.org)

STBaseProject.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'STBaseProject'
11-
s.version = '1.0.0'
11+
s.version = '1.1.0'
1212
s.summary = 'Modular iOS foundation library with MVVM base abstractions.'
1313
s.description = <<-DESC
1414
STBaseProject provides modular iOS foundation components built on MVVM base types.

0 commit comments

Comments
 (0)