Skip to content

Commit

Permalink
Merge branch 'release/1.9.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Feb 20, 2022
2 parents f2bb46d + 1cca26c commit 26fb6dd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 111 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/deploy_app.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/integration_test.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/test.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

## TV Randshow - App to choose a random TV show episode

![Unit tests](https://github.com/deandreamatias/tv-randshow/workflows/Unit%20tests/badge.svg)
![Integration test](https://github.com/deandreamatias/tv-randshow/workflows/Integration%20test/badge.svg)
[![Tests](https://api.codemagic.io/apps/5ea04fef2173e4001d6d6c75/6210143b0b28f63215deee7d/status_badge.svg)](https://codemagic.io/apps/5ea04fef2173e4001d6d6c75/6210143b0b28f63215deee7d/latest_build)
[![Deploy](https://api.codemagic.io/apps/5ea04fef2173e4001d6d6c75/5ea04fef2173e4001d6d6c74/status_badge.svg)](https://codemagic.io/apps/5ea04fef2173e4001d6d6c75/5ea04fef2173e4001d6d6c74/latest_build)
[![Releases](https://img.shields.io/github/v/release/deandreamatias/tv-randshow)](https://github.com/deandreamatias/tv-randshow/releases)
[![Google Play](https://img.shields.io/badge/google--play-Google--Play-green?label=App)](https://play.google.com/store/apps/details?id=deandrea.matias.tv_randshow)
[![Website](https://img.shields.io/website?up_message=online&url=https%3A%2F%2Ftvrandshow.com%2F)](https://tvrandshow.com/)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tv-randshow",
"version": "1.9.0",
"version": "1.9.1",
"description": "app to pick a random tv show episode",
"main": "build/web/main.dart.js",
"directories": {
Expand All @@ -9,13 +9,13 @@
},
"dependencies": {},
"devDependencies": {
"@node-minify/babel-minify": "^6.1.0",
"@node-minify/clean-css": "^6.1.0",
"@node-minify/core": "^6.1.0",
"@node-minify/html-minifier": "^6.1.0",
"@node-minify/jsonminify": "^6.1.0",
"@node-minify/babel-minify": "^6.2.0",
"@node-minify/clean-css": "^6.2.0",
"@node-minify/core": "^6.2.0",
"@node-minify/html-minifier": "^6.2.0",
"@node-minify/jsonminify": "^6.2.0",
"compare-json": "^0.4.0",
"standard-version": "^9.0.0"
"standard-version": "^9.3.2"
},
"scripts": {
"release": "standard-version",
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: tv_randshow
description: App to pick a random TV show episode

version: 1.9.0+22
version: 1.9.1+23

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 26fb6dd

Please sign in to comment.