Skip to content

Commit 119cec7

Browse files
committed
0.0.4
1 parent 25f4af6 commit 119cec7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
.dart_tool/
55
.packages
66
build/
7-
# If you're building an application, you may want to check-in your pubspec.lock
8-
pubspec.lock
97

108
# Directory created by dartdoc
119
# If you don't generate documentation locally you can remove this line.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## v0.0.4
2+
The best version!

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ environment:
33
sdk: '^3.5.0'
44
flutter: '>=1.0.0'
55
dependencies:
6-
camera:
6+
camera: ^0.11.0+2
77
dev_dependencies:
88
test:
9-
version: 0.0.3
9+
version: 0.0.4
1010
description: 'Dummy package used to validate publication flow'
11+
repository: https://github.com/sigurdm/private_repository2

0 commit comments

Comments
 (0)