Skip to content

Commit 5704ed3

Browse files
committed
fix: missed version number
1 parent 2a9840f commit 5704ed3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ It can also be a good space to connect with other Acorn users, and hear about ho
2222

2323
If you are interested to contribute to Acorn's development, welcome! Acorn is written in languages such as Rust and Typescript, and frameworks such as Holochain, and React.
2424
If you have proficiency in either Typescript and React for writing frontend code, or Rust for writing backend code, or both, then you may find it intuitive to contribute.
25-
Generally, new features come through a design -> development pipeline defined by the workflows of the [Lighningrod Labs](https://lightningrodlabs.org/) team, but these workflows could be adapted to more 'open' workflows
26-
if the right opportunity presented itself. Otherwise, contributions may remain more-so in the space of bug fixes and other technical-first features, such as algorithms or scripts.
25+
Generally, new features come through a design -> development pipeline defined by the workflows of the [Lighningrod Labs](https://lightningrodlabs.org/) team.
26+
Otherwise, contributions may remain more-so in the space of bug fixes and other technical-first features, such as algorithms or scripts.
2727

2828
It should be noted that while the Rust code has unit tests, the frontend code does not. That is another area for potential improvement (front end testing).
2929

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acorn-ui",
3-
"version": "11.3.3",
3+
"version": "12.0.0-rc.0",
44
"browser": {
55
"child_process": false
66
},

0 commit comments

Comments
 (0)