diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Cargo.lock b/Cargo.lock old mode 100644 new mode 100755 diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 index 7a3c79c..f9fda5e --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "vote-counter" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "An opinionated single transferrable vote counter for the command line." license = "MIT OR Apache-2.0" authors = ["Aaron Manning"] -repository = "https://github.com/aaron-jack-manning/vote-counter" +repository = "https://git.aaronmanning.net/aaronmanning/vote-counter" [dependencies] csv = "1.1.6" diff --git a/LICENSE-APACHE b/LICENSE-APACHE old mode 100644 new mode 100755 diff --git a/LICENSE-MIT b/LICENSE-MIT old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/makefile b/makefile old mode 100644 new mode 100755 diff --git a/sample.csv b/sample.csv old mode 100644 new mode 100755 diff --git a/src/ballot.rs b/src/ballot.rs old mode 100644 new mode 100755 diff --git a/src/ballot_box.rs b/src/ballot_box.rs old mode 100644 new mode 100755 diff --git a/src/candidates.rs b/src/candidates.rs old mode 100644 new mode 100755 diff --git a/src/main.rs b/src/main.rs old mode 100644 new mode 100755 diff --git a/src/reporting.rs b/src/reporting.rs old mode 100644 new mode 100755