Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsoest committed May 13, 2024
1 parent 26bd51f commit 1c233dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cee/input/build_frontend.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version='2.6.41'
version='1.3.3'

cd /build

Expand Down
2 changes: 1 addition & 1 deletion cee/run_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ docker run --rm -v $(pwd)/output:/output --workdir /output node:$NODE_VERSION-bu

cp -R $(pwd)/output/node_modules $(pwd)/../src/static/cee
cp $(pwd)/output/styles.css $(pwd)/../src/static/cee/
cp $(pwd)/output/MaterialIcons-* $(pwd)/../src/static/cee/
# cp $(pwd)/output/MaterialIcons-* $(pwd)/../src/static/cee/
1 change: 1 addition & 0 deletions src/templates/cee.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<style>
.mat-card {
margin-top: 25px;
border: 1px solid #00897b73;
}
.mat-card:not([class*=mat-elevation-z]) {
box-shadow: 0px 0px 0px 1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
Expand Down

0 comments on commit 1c233dc

Please sign in to comment.