Skip to content

Commit 7d5a53d

Browse files
committed
update the typo for dargon2_core
Signed-off-by: Tejas Mehta <[email protected]>
1 parent 5897034 commit 7d5a53d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ui/projects.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class ProjectsState extends State<Projects> with WidgetsBindingObserver {
219219

220220
//dargon2_core's Listing
221221
DeveloperProjectListItem(
222-
title: "dargon2_flutter",
222+
title: "dargon2_core",
223223
description: "A low-level library to define the function bindings for"
224224
" the Argon2 Password Hashing Algorithm's C Reference Library",
225225
projectStatus: ProjectStatus.RELEASED,

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
});
3232
}
3333
</script>
34-
<script src="main.dart.js" type="application/javascript"></script>
34+
<script src="main.dart.js?v=1.0.0" type="application/javascript"></script>
3535
</body>
3636
</html>

0 commit comments

Comments
 (0)