Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjanAswal committed Feb 8, 2021
1 parent 44f7975 commit b65e973
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Arjan Aswal
Copyright (c) 2021 Arjan Aswal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packages:
source: hosted
version: "1.1.0-nullsafety.1"
collection:
dependency: transitive
dependency: "direct main"
description:
name: collection
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -68,7 +68,7 @@ packages:
source: hosted
version: "0.12.10-nullsafety.1"
meta:
dependency: transitive
dependency: "direct main"
description:
name: meta
url: "https://pub.dartlang.org"
Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: quill_markdown
description: A quill to markdown converter and vice versa
version: 0.0.1
author: Arjan Aswal
homepage: github.com/ArjanAswal/quill_markdown.git
repository: github.com/ArjanAswal/quill_markdown.git
homepage: https://github.com/ArjanAswal/quill_markdown.git
repository: https://github.com/ArjanAswal/quill_markdown.git

environment:
sdk: ">=2.7.0 <3.0.0"
Expand All @@ -14,6 +13,8 @@ dependencies:
sdk: flutter

quiver_hashcode: ^2.0.0
collection: ^1.14.13
meta: ^1.2.4

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit b65e973

Please sign in to comment.