Skip to content

Commit eaf2e58

Browse files
author
dkin-om
committed
1.0.0+1
1 parent 02b6b90 commit eaf2e58

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,3 @@ script:
1414
- dart pub global run coverage:format_coverage --packages=.packages --in=coverage/test/ --out=coverage/lcov.info --report-on=lib/ --lcov --check-ignore
1515
- cat coverage/lcov.info | coveralls
1616
- dart pub publish --dry-run
17-
deploy:
18-
provider: script
19-
script: dart pub publish --force
20-
on:
21-
dart: 'stable'
22-
tags: true
23-
repo: dkin-om/romanice-dart

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.0+1
2+
3+
- Updated `description` in `pubspec.yaml`
4+
- Removed `deploy` in `.travis.yml`
5+
16
## 1.0.0
27

38
- Initial stable release

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: romanice
2-
version: 1.0.0
3-
description: A Dart library for converting to/from Roman numerals, e.g., `3888`↔`MMMDCCCLXXXVIII`, `38888`↔`ↂↂↂↁↀↀↀⅮⅭⅭⅭⅬⅩⅩⅩⅤⅠⅠⅠ`
2+
version: 1.0.0+1
3+
description: A Dart library for converting to/from Roman numerals, e.g., 3888 ↔ MMMDCCCLXXXVIII
44
repository: https://github.com/dkin-om/romanice-dart.git
55
issue_tracker: https://github.com/dkin-om/romanice-dart/issues
66
homepage: https://github.com/dkin-om/romanice-dart#readme

0 commit comments

Comments
 (0)