From 7fa0876b08d2e1edad6e1e3d6e13cd0d03f87f37 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 30 Apr 2022 16:07:08 +0200 Subject: [PATCH] meta: Switch to selfhosted pub repository --- CHANGELOG.md | 4 ++++ pubspec.yaml | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db38fcd..4fabc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ ## 0.1.0 * Add [AwaitableDataSender] + +## 0.1.1 + +* Switch to selfhosted pub repository diff --git a/pubspec.yaml b/pubspec.yaml index 0496af2..36345e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: moxlib description: A collection of code for sharing between various moxxy libraries. Not inteded for outside use. -version: 0.1.0 -homepage: +version: 0.1.1 +homepage: https://codeberg.org/moxxy/moxlib +publish_to: https://pub.polynom.me environment: sdk: ">=2.17.0-266.1.beta <3.0.0"