From 119cec764b63c486354b7e1d658499e16cf10c93 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Fri, 29 Nov 2024 12:20:15 +0000 Subject: [PATCH] 0.0.4 --- .gitignore | 2 -- CHANGELOG.md | 2 ++ pubspec.yaml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitignore b/.gitignore index d4b0ee3..0a752b3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,6 @@ .dart_tool/ .packages build/ -# If you're building an application, you may want to check-in your pubspec.lock -pubspec.lock # Directory created by dartdoc # If you don't generate documentation locally you can remove this line. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4c8245a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## v0.0.4 +The best version! \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 12e08da..f319b5e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,8 +3,9 @@ environment: sdk: '^3.5.0' flutter: '>=1.0.0' dependencies: - camera: + camera: ^0.11.0+2 dev_dependencies: test: -version: 0.0.3 +version: 0.0.4 description: 'Dummy package used to validate publication flow' +repository: https://github.com/sigurdm/private_repository2 \ No newline at end of file