Skip to content

Commit

Permalink
versioning for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
renefloor committed May 20, 2020
1 parent 952be72 commit cdce376
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -19,6 +19,6 @@
### :thinking: Checklist before submitting

- [ ] All projects build
- [ ] Follows style guide lines ([code style guide](https://github.com/BaseflowIT/flutter-geolocator/blob/develop/CONTRIBUTING.md))
- [ ] Follows style guide lines ([code style guide](https://github.com/Baseflow/flutter_cached_network_image/blob/develop/CONTRIBUTING.md))
- [ ] Relevant documentation was updated
- [ ] Rebased onto current develop
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## [2.3.0-beta] - 2020-05-20
* Rewrote image widget by using OctoImage.

## [2.2.0+1] - 2020-05-05
* Fix ImageProvider not using provided headers.

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -17,7 +17,7 @@ Setting up your development environment
follow [GitHub's directions](https://help.github.com/articles/generating-ssh-keys/)
to generate an SSH key.
* Clone your forked repo on your local development machine: `git clone git@github.com:<your_name_here>/flutter_cached_network_image.git`
* Change into the `flutter-geolocator` directory: `cd flutter-geolocator`
* Change into the `flutter_cached_network_image` directory: `cd flutter_cached_network_image`
* Add an upstream to the original repo, so that fetch from the master repository and not your clone: `git remote add upstream git@github.com:baseflow/flutter_cached_network_image.git`

Running the example project
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: cached_network_image
description: Flutter library to load and cache network images. Can also be used with placeholder and error widgets.
version: 2.2.0+1
version: 2.3.0-beta
homepage: https://github.com/Baseflow/flutter_cached_network_image

environment:
Expand Down

0 comments on commit cdce376

Please sign in to comment.