Skip to content

Commit ee9d667

Browse files
README.md correction (1.0.0+1)
1 parent 7f979c5 commit ee9d667

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## [1.0.0] - 2019-12-22
1+
## [1.0.0+1] - 2019-12-22
2+
* README.md correction
23

4+
## [1.0.0] - 2019-12-22
35
PubspecYaml is a data type representing data stored in pubspec.yaml files.
46

57
The following fields are supported:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Work in progress: pubspec_yaml [![Build Status](https://travis-ci.org/alexei-sintotski/pubspec_yaml.svg?branch=master)](https://travis-ci.org/alexei-sintotski/pubspec_yaml) [![codecov](https://codecov.io/gh/alexei-sintotski/pubspec_yaml/branch/master/graph/badge.svg)](https://codecov.io/gh/alexei-sintotski/pubspec_yaml) [![pubspec_lock version](https://img.shields.io/pub/v/pubspec_yaml?label=pubspec_yaml)](https://pub.dev/packages/pubspec_yaml)
1+
# pubspec_yaml [![Build Status](https://travis-ci.org/alexei-sintotski/pubspec_yaml.svg?branch=master)](https://travis-ci.org/alexei-sintotski/pubspec_yaml) [![codecov](https://codecov.io/gh/alexei-sintotski/pubspec_yaml/branch/master/graph/badge.svg)](https://codecov.io/gh/alexei-sintotski/pubspec_yaml) [![pubspec_lock version](https://img.shields.io/pub/v/pubspec_yaml?label=pubspec_yaml)](https://pub.dev/packages/pubspec_yaml)
22

33
Dart library to access and manipulate content of pubpec.yaml files
44

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pubspec_yaml
22
description: Dart library to access and manipulate content of pubpec.yaml files
3-
version: 1.0.0
3+
version: 1.0.0+1
44
homepage: https://github.com/alexei-sintotski/pubspec_yaml
55

66
environment:

0 commit comments

Comments
 (0)