Skip to content

Commit

Permalink
Merge pull request #36 from surfstudio/rebrand
Browse files Browse the repository at this point in the history
fix(SNP-1234): Correct Logo Urls and update version
  • Loading branch information
ekinsdrow committed Apr 15, 2024
2 parents 3d44192 + a88f513 commit c408a8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 1.1.1

* Rebranding.

## 1.1.0

* Added support for all TargetPlatform.
* Added cacheExtent property.
* SDK version is up.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Swipe Refresh

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_white.png">
<img alt="Shows an illustrated sun in light color mode and a moon with stars in dark color mode." src="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_black.png" width ="200">
</picture>
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_white.png#gh-dark-mode-only" width="200">
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_black.png#gh-light-mode-only" width="200">

[![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/flutter-swipe-refresh/on_pull_request.yml?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-swipe-refresh)
[![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/flutter-swipe-refresh?logo=codecov&logoColor=white)](https://app.codecov.io/gh/surfstudio/flutter-swipe-refresh)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: swipe_refresh
version: 1.1.0
version: 1.1.1
description: Set of widgets provides make refresh by using pull down gesture.
repository: "https://github.com/surfstudio/flutter-swipe-refresh"
issue_tracker: "https://github.com/surfstudio/flutter-swipe-refresh/issues"
Expand Down

0 comments on commit c408a8e

Please sign in to comment.