Skip to content

Commit

Permalink
Releasing version 0.2.0-dev.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Apr 19, 2021
1 parent 9a9aa5b commit 137a0b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ jobs:
- name: Publish libcellml.js
shell: bash
run |
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
cd build-libcellml-release/src/bindings/javascript
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.10.2)
set(PROJECT_NAME libCellML)
set(PROJECT_URL https://libcellml.org)
set(_PROJECT_VERSION 0.2.0)
set(PROJECT_DEVELOPER_VERSION -dev.9)
set(PROJECT_DEVELOPER_VERSION -dev.10)
project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX)

# Set policies that affect the build.
Expand Down

0 comments on commit 137a0b8

Please sign in to comment.