version bump, clippy on push to master

This commit is contained in:
Aravinth Manivannan 2021-03-11 12:31:11 +05:30
parent c9e4691a19
commit 3e92df14e2
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
3 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,9 @@ name: Lint
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
jobs:
fmt:

View File

@ -0,0 +1,2 @@
# 0.1.1
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`

View File

@ -1,6 +1,6 @@
[package]
name = "m_captcha"
version = "0.1.0"
version = "0.1.1"
authors = ["realaravinth <realaravinth@batsense.net>"]
description = "Convenient abstractions for all things credentials"
keywords = ["credentials", "password"]