Skip to content

Commit

Permalink
Release 0.1.1 (#3)
Browse files Browse the repository at this point in the history
* Add CONTRIBUTING.md file

* Release 0.1.1
  • Loading branch information
Michał Kawałko authored Aug 16, 2019
1 parent b886d7a commit f372c47
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 16.08.2019
### Added
- Custom onTapImage callback

Expand Down
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue.

## Before making a Pull Request

1. Update the README.md - if needed.
2. Update the CHANGELOG.md - if needed (often needed).
3. Format the code - always
4. Pull request against the `dev` branch.

Thanks in advance for any contribution to this project!
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: tweet_ui
description: Flutter package to show Tweets from a Twitter API JSON on Android and iOS. Support for Tweets with 1-4 photos, Video, GIFs, hashtags, mentions,
symbols, urls and quoted Tweets.
version: 0.1.0+3
version: 0.1.1
author: OmniNext team @ Schibsted <[email protected]>
homepage: https://github.com/schibsted/tweet_ui

Expand Down

0 comments on commit f372c47

Please sign in to comment.