From a8e38d7950cd52e48faa79677d1e53b25c78c628 Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Fri, 7 Aug 2026 23:31:21 -0600 Subject: [PATCH] docs(worker): fix wiring doc examples; align to v1.1.1 --- README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8145e0f..cc7f006 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/worker -[![version](https://img.shields.io/badge/version-v1.1.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) +[![version](https://img.shields.io/badge/version-v1.1.1-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) [![license](https://img.shields.io/badge/license-AGPL--3.0-22863A?style=flat-square)](LICENSE) [![go](https://img.shields.io/badge/Go-1.26+-00ADD8?style=flat-square&logo=go&logoColor=white)](https://go.dev) diff --git a/go.mod b/go.mod index 301b1a9..e0224c4 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module code.nochebuena.dev/einherjar/worker go 1.26 -require code.nochebuena.dev/einherjar/contracts v1.1.0 +require code.nochebuena.dev/einherjar/contracts v1.1.1 diff --git a/go.sum b/go.sum index dc4b41f..772e330 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -code.nochebuena.dev/einherjar/contracts v1.1.0 h1:GsGr6reyrd9qCc7D8CqbT1LWPTeeK9lT4r4EdsNA5Ro= -code.nochebuena.dev/einherjar/contracts v1.1.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= +code.nochebuena.dev/einherjar/contracts v1.1.1 h1:MRQUR8Q1D4wIOUIz11vpAdsapWqFTMwr0/VRvWbGO3s= +code.nochebuena.dev/einherjar/contracts v1.1.1/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=