From 86efa8a8e631999a55ae38fdcb8378e2db42df8f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 30 Jan 2022 09:22:12 -0800 Subject: [PATCH] Version 1.0.1 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index effe43c..61940ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +- Minor improvements. + ## 1.0.0 - Initial version. diff --git a/README.md b/README.md index bca4deb..7b2cc6c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause) +[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?logo=open-source-initiative&logoColor=white)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub CI](https://github.com/ethauvin/dcat/actions/workflows/dart.yml/badge.svg)](https://github.com/ethauvin/dcat/actions/workflows/dart.yml) [![codecov](https://codecov.io/gh/ethauvin/dcat/branch/master/graph/badge.svg?token=9PC4K4IZXJ)](https://codecov.io/gh/ethauvin/dcat) -[![pub package](https://img.shields.io/pub/v/dcat.svg)](https://pub.dev/packages/dcat) +[![pub package](https://img.shields.io/pub/v/dcat.svg?logo=dart)](https://pub.dev/packages/dcat) # dcat: Concatenate File(s) to Standard Output or File diff --git a/pubspec.yaml b/pubspec.yaml index 4bce105..cc2fc94 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dcat description: An implementation of the standard cat Unix utility that concatenates file(s) to standard output or file. -version: 1.0.0 +version: 1.0.1 repository: https://github.com/ethauvin/dcat issue_tracker: https://github.com/ethauvin/dcat/issues