Skip to content

Commit 8d06f19

Browse files
committed
chore: bump version to 1.0.0 stable
Been around a while now, time to call it stable.
1 parent 7983e6e commit 8d06f19

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.0
2+
3+
- Updated SDK version to support Dart 3.0.0 and higher
4+
- Updated documentation and examples
5+
16
# 0.2.0
27

38
- Updated dbus package dependency

example/time_runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
desktop_notifications: ^0.6.1
10-
krunner: ^0.1.0
10+
krunner: ^1.0.0
1111

1212
dev_dependencies:
1313
lints: ^5.0.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: krunner
2-
version: 0.2.0
2+
version: 1.0.0
33
description: A user-friendly API for KDE's KRunner application. Provides a simple and reliable way to write krunner plugins, also known as \\"runners\\".
44
repository: https://github.com/Merrit/krunner-dart
55

0 commit comments

Comments
 (0)