Skip to content

Commit 0617a78

Browse files
committed
Bump version to 0.0.3.
1 parent 0c7c81a commit 0617a78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "operator"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = ["Matt Kantor <[email protected]>"]
55
description = "A web server for static and dynamic content"
66
repository = "https://github.com/mkantor/operator"

tests/snapshots/integration_tests__render-context.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ a.html: "a\n"
77
request-route-wrapper.txt.hbs: "request-route from this file: /request-route-wrapper\nrequest-route from file included via partial: /request-route-wrapper\nrequest-route from file included via get helper: /request-route-wrapper"
88
request-route.txt.hbs: /request-route
99
routes.txt.hbs: "a: /a\nrequest-route: /request-route\nrequest-route-wrapper: /request-route-wrapper\nroutes: /routes\nserver-info: /server-info\nwith-empty-context: /with-empty-context\n\n"
10-
server-info.txt.hbs: "version: 0.0.2\n"
10+
server-info.txt.hbs: "version: 0.0.3\n"
1111
with-empty-context.html.hbs: "this with normal context: [object]\n\n"

0 commit comments

Comments
 (0)