File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.0.11
2+
3+ - Automated release on 2026-01-24
4+
15# Changelog
26
37All notable changes to this project will be documented in this file.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'dart:io';
22import 'package:args/args.dart' ;
33import 'package:dhook/dhook.dart' ;
44
5- const String version = '1.0.0 ' ;
5+ const String version = '1.0.11 ' ;
66
77void main (List <String > arguments) async {
88 final parser = ArgParser ()
Original file line number Diff line number Diff 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
77repository : https://github.com/alisheraxmedov/dhook
88homepage : https://github.com/alisheraxmedov/dhook
99issue_tracker : https://github.com/alisheraxmedov/dhook/issues
You can’t perform that action at this time.
0 commit comments