Skip to content

Commit d5154b6

Browse files
committed
Bump to v0.3.0-alpha.13
1 parent 56b64c9 commit d5154b6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.toml

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

Pipitor.example.dhall

+1-1
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.10/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
2+
https://github.com/tesaguri/pipitor/raw/dhall-schema-v0.3.0-alpha.13/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
33
let botUserId = 12345
44

55
let manifest = Pipitor.Manifest::{

schema.dhall

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ For more information, please refer to <http://unlicense.org/>
2727

2828
-- A Dhall type definition for the Pipitor manifest file.
2929
-- The following is a recommended way of importing the file:
30-
-- let Pipitor = https://github.com/tesaguri/pipitor/raw/dhall-schema-v0.3.0-alpha.10/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
30+
-- let Pipitor =
31+
-- https://github.com/tesaguri/pipitor/raw/dhall-schema-v0.3.0-alpha.13/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
3132
let Bool/not =
3233
https://prelude.dhall-lang.org/v20.1.0/Bool/not.dhall sha256:723df402df24377d8a853afed08d9d69a0a6d86e2e5b2bac8960b0d4756c7dc4
3334

0 commit comments

Comments
 (0)