Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zfletch committed Aug 22, 2019
1 parent d4c4b86 commit 476c970
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ git add vendor/beta-code-json
git commit
```

## Publishing

* Bump version in `package.json`
* Run `npm run bundle`
* Commit and push to GitHub
* On GitHub, create a new release
* Run `npm publish`

## Notes

For the mappings between beta code and Unicode, see [https://github.com/zfletch/beta-code-json](https://github.com/zfletch/beta-code-json).
Expand Down
184 changes: 184 additions & 0 deletions bundle/beta-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,30 +271,122 @@ module.exports={
"*/u": "Ύ",
"*/w": "Ώ",
"*A": "Α",
"*A(": "Ἁ",
"*A(/": "Ἅ",
"*A(/|": "ᾍ",
"*A(=": "Ἇ",
"*A(=|": "ᾏ",
"*A(\\": "Ἃ",
"*A(\\|": "ᾋ",
"*A(|": "ᾉ",
"*A)": "Ἀ",
"*A)/": "Ἄ",
"*A)/|": "ᾌ",
"*A)=": "Ἆ",
"*A)=|": "ᾎ",
"*A)\\": "Ἂ",
"*A)\\|": "ᾊ",
"*A)|": "ᾈ",
"*A/": "Ά",
"*A\\": "Ὰ",
"*A|": "ᾼ",
"*B": "Β",
"*C": "Ξ",
"*D": "Δ",
"*E": "Ε",
"*E(": "Ἑ",
"*E(/": "Ἕ",
"*E(\\": "Ἓ",
"*E)": "Ἐ",
"*E)/": "Ἔ",
"*E)\\": "Ἒ",
"*E/": "Έ",
"*E\\": "Ὲ",
"*F": "Φ",
"*G": "Γ",
"*H": "Η",
"*H(": "Ἡ",
"*H(/": "Ἥ",
"*H(/|": "ᾝ",
"*H(=": "Ἧ",
"*H(=|": "ᾟ",
"*H(\\": "Ἣ",
"*H(\\|": "ᾛ",
"*H(|": "ᾙ",
"*H)": "Ἠ",
"*H)/": "Ἤ",
"*H)/|": "ᾜ",
"*H)=": "Ἦ",
"*H)=|": "ᾞ",
"*H)\\": "Ἢ",
"*H)\\|": "ᾚ",
"*H)|": "ᾘ",
"*H/": "Ή",
"*H\\": "Ὴ",
"*H|": "ῌ",
"*I": "Ι",
"*I(": "Ἱ",
"*I(/": "Ἵ",
"*I(=": "Ἷ",
"*I(\\": "Ἳ",
"*I)": "Ἰ",
"*I)/": "Ἴ",
"*I)=": "Ἶ",
"*I)\\": "Ἲ",
"*I+": "Ϊ",
"*I/": "Ί",
"*I\\": "Ὶ",
"*J": "Σ",
"*K": "Κ",
"*L": "Λ",
"*M": "Μ",
"*N": "Ν",
"*O": "Ο",
"*O(": "Ὁ",
"*O(/": "Ὅ",
"*O(\\": "Ὃ",
"*O)": "Ὀ",
"*O)/": "Ὄ",
"*O)\\": "Ὂ",
"*O/": "Ό",
"*O\\": "Ὸ",
"*P": "Π",
"*Q": "Θ",
"*R": "Ρ",
"*R(": "Ῥ",
"*S": "Σ",
"*S1": "Σ",
"*S2": "Σ",
"*S3": "Ϲ",
"*T": "Τ",
"*U": "Υ",
"*U(": "Ὑ",
"*U(/": "Ὕ",
"*U(=": "Ὗ",
"*U(\\": "Ὓ",
"*U+": "Ϋ",
"*U/": "Ύ",
"*U\\": "Ὺ",
"*W": "Ω",
"*W(": "Ὡ",
"*W(/": "Ὥ",
"*W(/|": "ᾭ",
"*W(=": "Ὧ",
"*W(=|": "ᾯ",
"*W(\\": "Ὣ",
"*W(\\|": "ᾫ",
"*W(|": "ᾩ",
"*W)": "Ὠ",
"*W)/": "Ὤ",
"*W)/|": "ᾬ",
"*W)=": "Ὦ",
"*W)=|": "ᾮ",
"*W)\\": "Ὢ",
"*W)\\|": "ᾪ",
"*W)|": "ᾨ",
"*W/": "Ώ",
"*W\\": "Ὼ",
"*W|": "ῼ",
"*X": "Χ",
"*Y": "Ψ",
"*Z": "Ζ",
Expand All @@ -313,30 +405,122 @@ module.exports={
"*\\u": "Ὺ",
"*\\w": "Ὼ",
"*a": "Α",
"*a(": "Ἁ",
"*a(/": "Ἅ",
"*a(/|": "ᾍ",
"*a(=": "Ἇ",
"*a(=|": "ᾏ",
"*a(\\": "Ἃ",
"*a(\\|": "ᾋ",
"*a(|": "ᾉ",
"*a)": "Ἀ",
"*a)/": "Ἄ",
"*a)/|": "ᾌ",
"*a)=": "Ἆ",
"*a)=|": "ᾎ",
"*a)\\": "Ἂ",
"*a)\\|": "ᾊ",
"*a)|": "ᾈ",
"*a/": "Ά",
"*a\\": "Ὰ",
"*a|": "ᾼ",
"*b": "Β",
"*c": "Ξ",
"*d": "Δ",
"*e": "Ε",
"*e(": "Ἑ",
"*e(/": "Ἕ",
"*e(\\": "Ἓ",
"*e)": "Ἐ",
"*e)/": "Ἔ",
"*e)\\": "Ἒ",
"*e/": "Έ",
"*e\\": "Ὲ",
"*f": "Φ",
"*g": "Γ",
"*h": "Η",
"*h(": "Ἡ",
"*h(/": "Ἥ",
"*h(/|": "ᾝ",
"*h(=": "Ἧ",
"*h(=|": "ᾟ",
"*h(\\": "Ἣ",
"*h(\\|": "ᾛ",
"*h(|": "ᾙ",
"*h)": "Ἠ",
"*h)/": "Ἤ",
"*h)/|": "ᾜ",
"*h)=": "Ἦ",
"*h)=|": "ᾞ",
"*h)\\": "Ἢ",
"*h)\\|": "ᾚ",
"*h)|": "ᾘ",
"*h/": "Ή",
"*h\\": "Ὴ",
"*h|": "ῌ",
"*i": "Ι",
"*i(": "Ἱ",
"*i(/": "Ἵ",
"*i(=": "Ἷ",
"*i(\\": "Ἳ",
"*i)": "Ἰ",
"*i)/": "Ἴ",
"*i)=": "Ἶ",
"*i)\\": "Ἲ",
"*i+": "Ϊ",
"*i/": "Ί",
"*i\\": "Ὶ",
"*j": "Σ",
"*k": "Κ",
"*l": "Λ",
"*m": "Μ",
"*n": "Ν",
"*o": "Ο",
"*o(": "Ὁ",
"*o(/": "Ὅ",
"*o(\\": "Ὃ",
"*o)": "Ὀ",
"*o)/": "Ὄ",
"*o)\\": "Ὂ",
"*o/": "Ό",
"*o\\": "Ὸ",
"*p": "Π",
"*q": "Θ",
"*r": "Ρ",
"*r(": "Ῥ",
"*s": "Σ",
"*s1": "Σ",
"*s2": "Σ",
"*s3": "Ϲ",
"*t": "Τ",
"*u": "Υ",
"*u(": "Ὑ",
"*u(/": "Ὕ",
"*u(=": "Ὗ",
"*u(\\": "Ὓ",
"*u+": "Ϋ",
"*u/": "Ύ",
"*u\\": "Ὺ",
"*w": "Ω",
"*w(": "Ὡ",
"*w(/": "Ὥ",
"*w(/|": "ᾭ",
"*w(=": "Ὧ",
"*w(=|": "ᾯ",
"*w(\\": "Ὣ",
"*w(\\|": "ᾫ",
"*w(|": "ᾩ",
"*w)": "Ὠ",
"*w)/": "Ὤ",
"*w)/|": "ᾬ",
"*w)=": "Ὦ",
"*w)=|": "ᾮ",
"*w)\\": "Ὢ",
"*w)\\|": "ᾪ",
"*w)|": "ᾨ",
"*w/": "Ώ",
"*w\\": "Ὼ",
"*w|": "ῼ",
"*x": "Χ",
"*y": "Ψ",
"*z": "Ζ",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beta-code-js",
"version": "1.0.7",
"version": "1.0.8",
"description": "Convert Greek beta code to Greek characters",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 476c970

Please sign in to comment.