Skip to content

Commit

Permalink
Bump fastn version to 0.3.79
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Oct 27, 2023
1 parent 919e359 commit efa7779
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 fastn-js/js/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ class Node2 {
attachCss(property, value, createClass, className) {
let propertyShort = fastn_dom.propertyMap[property] || property;
propertyShort = `__${propertyShort}`;
let cls = `${propertyShort}-${JSON.stringify(fastn_dom.class_count)}`;
let cls = `${propertyShort}-${fastn_dom.class_count}`;
if (!!className) {
cls = className;
} else {
Expand Down
2 changes: 1 addition & 1 deletion fastn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastn"
version = "0.3.78"
version = "0.3.79"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit efa7779

Please sign in to comment.