Skip to content

Commit

Permalink
Update package references in readme; nudge version
Browse files Browse the repository at this point in the history
  • Loading branch information
start committed Apr 16, 2024
1 parent 4145d01 commit 7a83510
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
What's Up?
Whats Up?
==========

Up is a markup language for writing structured documents in plain text. For more information, check out [tryup.org!](https://tryup.org)
Expand All @@ -11,6 +11,6 @@ Up supports:
- Overlapping inline writing conventions
- So much more!

This is the repository for [up-lang](https://www.npmjs.com/package/up-lang), a Node.js package for converting Up markup into HTML.
This is the repository for [@xcvz/up](https://www.npmjs.com/package/@xcvz/up), a Node.js package for converting Up markup into HTML.

If you're looking for tryup.org's GitHub repository, [it's over this way.](https://github.com/start/tryup.org)
If youre looking for tryup.orgs GitHub repository, [its over this way.](https://github.com/start/tryup.org)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xcvz/up",
"version": "1.0.1",
"version": "1.0.2",
"description": "A markup language for writing structured documents in plain text",
"main": "compiled/Main.js",
"types": "compiled/Main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export { OutlineSyntaxNode } from './Implementation/SyntaxNodes/OutlineSyntaxNod
export { SyntaxNode } from './Implementation/SyntaxNodes/SyntaxNode'

// This must always match the `version` field in `package.json`.
export const VERSION = '1.0.1'
export const VERSION = '1.0.2'

// Below, we export bound functions to allow developers to use Up without having to create
// any instances of the `Up` class.
Expand Down

0 comments on commit 7a83510

Please sign in to comment.