Skip to content

Commit

Permalink
Update mmCEsim Versions
Browse files Browse the repository at this point in the history
Add 0.2.1.
  • Loading branch information
Teddy-van-Jerry committed Apr 5, 2023
1 parent 92fffa6 commit 1552938
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "mmcesim" extension will be documented in this file.

## v0.0

### v0.0.5
- Update mmCEsim versions in YAML schema for `.sim` (to `0.2.1`)

### v0.0.4
- Update mmCEsim versions in YAML schema for `.sim`

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Wuqiong Zhao (Teddy van Jerry)
Copyright (c) 2022-2023 Wuqiong Zhao (Teddy van Jerry)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions lang_sim/sim_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
{
"const": "0.2.0",
"description": "Version 0.2.0."
},
{
"const": "0.2.1",
"description": "Version 0.2.1."
}
],
"description": "Targeted mmCEsim version."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Millimeter Wave Channel Estimation Simulation",
"icon": "icons/mmCEsim_logo_256.png",
"publisher": "mmcesim",
"version": "0.0.4",
"version": "0.0.5",
"author": {
"name": "Wuqiong Zhao",
"email": "me@wqzhao.org",
Expand Down

0 comments on commit 1552938

Please sign in to comment.