Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertovic committed Jul 31, 2022
1 parent 655c03e commit 1edf43b
Show file tree
Hide file tree
Showing 4 changed files with 5 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svelte-axum-project"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/jbertovic/svelte-axum-project"
keywords = ["template", "backend", "frontend", "axum", "svelte"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# svelte-axum-project

Starting project template for Rust Axum backend and Svelte frontend.

Created from a similar idea as [svelte-tide-project](https://github.com/jbertovic/svelte-tide-project)

![](capture_localhost.gif)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte-axum-project",
"description": "svelte front end with axum backend",
"author": "Jas Bertovic",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 1edf43b

Please sign in to comment.