Skip to content

Commit b72c85d

Browse files
chore: release 1.0.11
1 parent d069a73 commit b72c85d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.11
2+
3+
- Automated release on 2026-01-24
4+
15
# Changelog
26

37
All notable changes to this project will be documented in this file.

bin/dhook.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'dart:io';
22
import 'package:args/args.dart';
33
import 'package:dhook/dhook.dart';
44

5-
const String version = '1.0.0';
5+
const String version = '1.0.11';
66

77
void main(List<String> arguments) async {
88
final parser = ArgParser()

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
A lightweight webhook relay service to forward webhooks from cloud to your
44
local development environment in real-time. Alternative to smee.io with
55
self-hosted server support.
6-
version: 1.0.0
6+
version: 1.0.11
77
repository: https://github.com/alisheraxmedov/dhook
88
homepage: https://github.com/alisheraxmedov/dhook
99
issue_tracker: https://github.com/alisheraxmedov/dhook/issues

0 commit comments

Comments
 (0)