Skip to content

Commit 5d5d083

Browse files
committed
Bump to v0.3.0-alpha.14
1 parent 03a24f9 commit 5d5d083

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: '*'
66
tags-ignore:
7-
- dhall-schema-*
7+
- dhall-package-*
88
pull_request: {}
99

1010
jobs:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "pipitor"
3-
version = "0.3.0-alpha.13"
3+
version = "0.3.0-alpha.14"
44
authors = ["Daiki Mizukami <tesaguriguma@gmail.com>"]
55
edition = "2018"
66
description = """
77
A Twitter bot that gathers, filters and Retweets Tweets automatically.
88
"""
9-
documentation = "https://docs.rs/pipitor/0.3.0-alpha.13/pipitor/"
9+
documentation = "https://docs.rs/pipitor/0.3.0-alpha.14/pipitor/"
1010
readme = "README.md"
1111
repository = "https://github.com/tesaguri/pipitor"
1212
license = "AGPL-3.0-only"

Pipitor.example.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let Pipitor =
2-
https://github.com/tesaguri/pipitor/raw/dhall-schema-v0.3.0-alpha.13/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
2+
https://github.com/tesaguri/pipitor/raw/dhall-package-v0.3.0-alpha.14/package.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
33
let botUserId = 12345
44

55
let manifest = Pipitor.Manifest::{

package.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information, please refer to <http://unlicense.org/>
2828
-- A Dhall type definition for the Pipitor manifest file.
2929
-- The following is a recommended way of importing the file:
3030
-- let Pipitor =
31-
-- https://github.com/tesaguri/pipitor/raw/dhall-schema-v0.3.0-alpha.13/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
31+
-- https://github.com/tesaguri/pipitor/raw/dhall-package-v0.3.0-alpha.14/package.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
3232
let Bool/not =
3333
https://prelude.dhall-lang.org/v20.2.0/Bool/not.dhall sha256:723df402df24377d8a853afed08d9d69a0a6d86e2e5b2bac8960b0d4756c7dc4
3434

0 commit comments

Comments
 (0)