Skip to content

Commit

Permalink
Updated badge version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 7, 2024
1 parent e6869eb commit df7831a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Arduino SIM900 Shield Comprehensive Library

![Arduino CI](https://github.com/nthnn/SIM900/actions/workflows/arduino_ci.yml/badge.svg) ![Arduino Lint](https://github.com/nthnn/SIM900/actions/workflows/arduino_lint.yml/badge.svg)
![Arduino Release](https://img.shields.io/badge/Library%20Manager-1.0.0-red?logo=Arduino)
![Arduino Release](https://img.shields.io/badge/Library%20Manager-1.1.0-red?logo=Arduino)
[![License: LGPL3.0](https://img.shields.io/badge/License-LGPL3.0-yellow.svg)](https://github.com/nthnn/SIM900/blob/main/LICENSE)

The SIM900 Arduino Shield Library is a versatile and powerful Arduino library for interfacing with the SIM900 GSM/GPRS module. This library provides a wide range of functionalities for working with the SIM900 module, including sending and receiving calls, sending and receiving SMS, updating and extracting real-time clock data, sending HTTP requests, and retrieving various information about the SIM900 module's status and the network it is connected to.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</ul>
</ul>
</div>
<div class="textblock"><p ><img src="https://github.com/nthnn/SIM900/actions/workflows/arduino_ci.yml/badge.svg" alt="Arduino CI" style="pointer-events: none;" class="inline"/> <img src="https://github.com/nthnn/SIM900/actions/workflows/arduino_lint.yml/badge.svg" alt="Arduino Lint" style="pointer-events: none;" class="inline"/> <img src="https://img.shields.io/badge/Library%20Manager-1.0.0-red?logo=Arduino" alt="Arduino Release" class="inline"/> <a href="https://github.com/nthnn/SIM900/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-LGPL3.0-yellow.svg" alt="License: LGPL3.0" style="pointer-events: none;" class="inline"/></a></p>
<div class="textblock"><p ><img src="https://github.com/nthnn/SIM900/actions/workflows/arduino_ci.yml/badge.svg" alt="Arduino CI" style="pointer-events: none;" class="inline"/> <img src="https://github.com/nthnn/SIM900/actions/workflows/arduino_lint.yml/badge.svg" alt="Arduino Lint" style="pointer-events: none;" class="inline"/> <img src="https://img.shields.io/badge/Library%20Manager-1.1.0-red?logo=Arduino" alt="Arduino Release" class="inline"/> <a href="https://github.com/nthnn/SIM900/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-LGPL3.0-yellow.svg" alt="License: LGPL3.0" style="pointer-events: none;" class="inline"/></a></p>
<p >The SIM900 Arduino Shield Library is a versatile and powerful Arduino library for interfacing with the SIM900 GSM/GPRS module. This library provides a wide range of functionalities for working with the SIM900 module, including sending and receiving calls, sending and receiving SMS, updating and extracting real-time clock data, sending HTTP requests, and retrieving various information about the SIM900 module's status and the network it is connected to.</p>
<table align="center">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion misc/main_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@tableofcontents

![Arduino CI](https://github.com/nthnn/SIM900/actions/workflows/arduino_ci.yml/badge.svg) ![Arduino Lint](https://github.com/nthnn/SIM900/actions/workflows/arduino_lint.yml/badge.svg)
![Arduino Release](https://img.shields.io/badge/Library%20Manager-1.0.0-red?logo=Arduino)
![Arduino Release](https://img.shields.io/badge/Library%20Manager-1.1.0-red?logo=Arduino)
[![License: LGPL3.0](https://img.shields.io/badge/License-LGPL3.0-yellow.svg)](https://github.com/nthnn/SIM900/blob/main/LICENSE)

The %SIM900 Arduino Shield Library is a versatile and powerful Arduino library for interfacing with the %SIM900 GSM/GPRS module. This library provides a wide range of functionalities for working with the %SIM900 module, including sending and receiving calls, sending and receiving SMS, updating and extracting real-time clock data, sending HTTP requests, and retrieving various information about the %SIM900 module's status and the network it is connected to.
Expand Down

0 comments on commit df7831a

Please sign in to comment.