Skip to content

Commit

Permalink
Merge pull request #10 from personnummer/fix-license
Browse files Browse the repository at this point in the history
Fix license in Cargo.toml
  • Loading branch information
bombsimon authored Nov 1, 2021
2 parents c624dea + 85bb203 commit 35f9ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "personnummer"
description = "Validate Swedish personal identity numbers"
version = "3.0.1"
version = "3.0.2"
authors = ["Simon Sawert <simon@sawert.se>"]
edition = "2018"
license-file = "LICENSE"
license = "MIT"
readme = "README.md"
homepage = "https://personnummer.dev"
repository = "https://github.com/personnummer/rust"
Expand Down

0 comments on commit 35f9ac8

Please sign in to comment.