Skip to content

Commit

Permalink
build: prepare version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrose committed Oct 8, 2022
1 parent 2b5d21e commit a08c2cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.0

* Add `download` method #1

## 1.0.1

* Fix styling

## 1.0.0

* Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flutter Sanity.io
# Dart Sanity.io

This Dart package is a small abstraction on top of the Sanity.io libary.
This Dart package is a small abstraction on top of the Sanity.io API.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_sanity
description: Flutter library for Sanity.io
version: 1.0.1
version: 1.1.0
homepage: https://github.com/joelrose/flutter_sanity
repository: https://github.com/joelrose/flutter_sanity

Expand Down

0 comments on commit a08c2cb

Please sign in to comment.