Skip to content

Commit

Permalink
chore: Bump crate and web package version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
alcroito committed Sep 24, 2023
1 parent a805e67 commit 2c36584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/dyndns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "digitalocean-dyndns"
version = "0.1.0"
version = "0.6.0"
edition = "2021"
description = "Dynamic DNS using DigitalOcean's DNS API"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion webclients/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddns",
"version": "0.0.1",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 2c36584

Please sign in to comment.