Skip to content

Commit

Permalink
updated to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Sep 11, 2022
1 parent 10a2c48 commit d2d81b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.3

- Code cleanup and refactoring for better readability and maintainability.
- Package documentation updated.

## 1.0.2

- Code cleanup and refactoring for better readability and maintainability.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ A dart package for to integrate [Cloudinary](https://cloudinary.com/) API into y
[![pub package](https://img.shields.io/pub/v/cloudinary.svg)][pub]
[![Flutter](https://img.shields.io/badge/Flutter-3.3.0-blue.svg)](https://flutter.io/)
[![Dart](https://img.shields.io/badge/Dart-2.18.0-blue.svg)](https://www.dartlang.org/)
[![Gem Version](https://badge.fury.io/rb/cloudinary.svg)](https://badge.fury.io/rb/cloudinary)
[![Code Climate](https://codeclimate.com/github/nixrajput/cloudinary-dart/badges/gpa.svg)](https://codeclimate.com/github/nixrajput/cloudinary-dart)
[![Test Coverage](https://codeclimate.com/github/nixrajput/cloudinary-dart/badges/coverage.svg)](https://codeclimate.com/github/nixrajput/cloudinary-dart/coverage)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cloudinary
description: A dart package to integrate Cloudinary API in Dart and Flutter.

version: 1.0.2
version: 1.0.3

homepage: https://github.com/nixrajput
repository: https://github.com/nixrajput/cloudinary-dart
Expand Down

0 comments on commit d2d81b2

Please sign in to comment.