Skip to content

Commit

Permalink
Merge pull request #261 from drashland/upgrade-deno
Browse files Browse the repository at this point in the history
Upgrade deno to v1.1.0
  • Loading branch information
crookse authored Jun 19, 2020
2 parents b0d5c36 + b650187 commit 3fcc7c7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update-dep:
strategy:
matrix:
deno: ["1.0.5"]
deno: ["1.1.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 7 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,10 @@ git commit -m "upgrade mime-db to {version}"
```

Make a pull request to `master`.

## Releasing

Check the following files for version numbers that need to be updated.

* mod.ts - Check Drash.version
* README.md - Check the import statement in the Quick Start section
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
```typescript
// File: app.ts

import { Drash } from "https://deno.land/x/[email protected].5/mod.ts";
import { Drash } from "https://deno.land/x/[email protected].6/mod.ts";

class HomeResource extends Drash.Http.Resource {
static paths = ["/"];
Expand Down
5 changes: 0 additions & 5 deletions console/bump_versions

This file was deleted.

24 changes: 0 additions & 24 deletions console/typescript/bump_versions.ts

This file was deleted.

2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export namespace Drash {
*
* @property string version
*/
export const version: string = "v1.0.5";
export const version: string = "v1.0.6";

export namespace Compilers {
export class TemplateEngine extends BaseTemplateEngine {}
Expand Down

0 comments on commit 3fcc7c7

Please sign in to comment.