Skip to content

Commit

Permalink
chore(nextcloud): Fix pana complaints
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Dec 26, 2023
1 parent b0cfadb commit 74023f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ packages:
path: "../nextcloud"
relative: true
source: path
version: "1.0.0"
version: "4.0.0-dev.0"
open_file:
dependency: transitive
description:
Expand Down
17 changes: 16 additions & 1 deletion packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: nextcloud
version: 1.0.0
version: 4.0.0-dev.0
publish_to: none
description: A Nextcloud API client written in Dart supporting all maintained Nextcloud server versions.
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/nextcloud
topics:
- Nextcloud
- OpenAPI
- WebDAV

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down Expand Up @@ -46,3 +53,11 @@ dev_dependencies:
test: ^1.24.9
test_api: ^0.6.1
xml_serializable: ^2.4.1

platforms:
windows:
linux:
macos:
android:
ios:
web:

0 comments on commit 74023f2

Please sign in to comment.