Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ALai57 committed Mar 3, 2022
1 parent 5c7d392 commit 30f3403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.alai57/lein-template.web-app "0.2.2"
(defproject org.clojars.alai57/lein-template.web-app "0.2.3"
:description "A template for a re-frame web application"
:url ""
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
4 changes: 2 additions & 2 deletions resources/leiningen/new/web_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@mui/material": "5.0.0",
"react": "17.0.2",
"react-bootstrap": "1.0.0-beta.14",
"react-dom": "17.0.2",
"react-dom": "17.0.2"
},
"main": "index.js",
"directories": {
Expand All @@ -41,5 +41,5 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "ISC"
}

0 comments on commit 30f3403

Please sign in to comment.