Skip to content

Commit

Permalink
release: oranda-css 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liv committed Jun 12, 2023
1 parent 40d0e73 commit 0b16c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oranda-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oranda-css",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "tailwind.config.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/site/layout/css.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use axohtml::html;
use camino::Utf8Path;
use minifier::css;

pub const LATEST_ORANDA_CSS: &str = "0.0.4";
pub const LATEST_ORANDA_CSS: &str = "0.0.5";

fn concat_minify(css_files: &[String]) -> Result<String> {
let mut css = String::new();
Expand Down

0 comments on commit 0b16c4d

Please sign in to comment.