Skip to content

Commit d2d81b2

Browse files
committed
updated to version 1.0.3
1 parent 10a2c48 commit d2d81b2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.3
4+
5+
- Code cleanup and refactoring for better readability and maintainability.
6+
- Package documentation updated.
7+
38
## 1.0.2
49

510
- Code cleanup and refactoring for better readability and maintainability.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ A dart package for to integrate [Cloudinary](https://cloudinary.com/) API into y
55
[![pub package](https://img.shields.io/pub/v/cloudinary.svg)][pub]
66
[![Flutter](https://img.shields.io/badge/Flutter-3.3.0-blue.svg)](https://flutter.io/)
77
[![Dart](https://img.shields.io/badge/Dart-2.18.0-blue.svg)](https://www.dartlang.org/)
8-
[![Gem Version](https://badge.fury.io/rb/cloudinary.svg)](https://badge.fury.io/rb/cloudinary)
98
[![Code Climate](https://codeclimate.com/github/nixrajput/cloudinary-dart/badges/gpa.svg)](https://codeclimate.com/github/nixrajput/cloudinary-dart)
109
[![Test Coverage](https://codeclimate.com/github/nixrajput/cloudinary-dart/badges/coverage.svg)](https://codeclimate.com/github/nixrajput/cloudinary-dart/coverage)
1110

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cloudinary
22
description: A dart package to integrate Cloudinary API in Dart and Flutter.
33

4-
version: 1.0.2
4+
version: 1.0.3
55

66
homepage: https://github.com/nixrajput
77
repository: https://github.com/nixrajput/cloudinary-dart

0 commit comments

Comments
 (0)