Skip to content

Commit

Permalink
imperceptible remiss
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Aug 12, 2021
1 parent c79b855 commit 6dc8079
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cargo-publish/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "routinator-ui"
version = "0.2.4"
version = "0.2.5"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <[email protected]>"]
description = "Web UI for Routinator, a RPKI relying party software."
Expand All @@ -16,4 +16,4 @@ build = "build.rs"
[build-dependencies]
reqwest = { version="0.11.0", features=["blocking"] }
tar = "0.4.35"
flate2 = "1.0.20"
flate2 = "1.0.20"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "routinator-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 6dc8079

Please sign in to comment.