Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRB committed Jan 27, 2024
1 parent fae634e commit 30cab94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ scripts:

test: melos exec --dir-exists=test --no-private -- dart test

pub:upgrade: melos exec --no-flutter -- dart pub upgrade

doc: melos exec --no-private -- dart doc .

publish:force: dart pub publish -f
2 changes: 1 addition & 1 deletion packages/dartness_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dartness_server
description:
Dartness is a framework for building efficient, scalable dart server-side applications.
It provides an easy and quick way to develop modern standalone server.
version: 0.6.0
version: 0.6.1
homepage: https://ricardorb.github.io/dartness/
repository: https://github.com/RicardoRB/dartness
issue_tracker: https://github.com/RicardoRB/dartness/issues
Expand Down

0 comments on commit 30cab94

Please sign in to comment.